All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] net: rtw88: fix an issue about leak system resources
@ 2020-05-04 13:51 Markus Elfring
       [not found] ` <20200504144206.GA5409@nuc8i5>
  0 siblings, 1 reply; 9+ messages in thread
From: Markus Elfring @ 2020-05-04 13:51 UTC (permalink / raw)
  To: Dejin Zheng, linux-wireless, netdev
  Cc: linux-kernel, Andy Shevchenko, Brian Norris, David S. Miller,
	Kalle Valo, Stanislaw Gruszka, Yan-Hsuan Chuang

> the related system resources were not released when pci_iomap() return
> error in the rtw_pci_io_mapping() function. add pci_release_regions() to
> fix it.

How do you think about a wording variant like the following?

   Subject:
   [PATCH v2] net: rtw88: Complete exception handling in rtw_pci_io_mapping()

   Change description:
   A call of the function “pci_request_regions” can fail here.
   The corresponding system resources were not released then.
   Thus add a call of the function “pci_release_regions”.


Regards,
Markus

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-05  9:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 13:51 [PATCH] net: rtw88: fix an issue about leak system resources Markus Elfring
     [not found] ` <20200504144206.GA5409@nuc8i5>
2020-05-04 15:00   ` Markus Elfring
2020-05-04 17:03     ` Brian Norris
2020-05-04 17:19       ` Markus Elfring
2020-05-04 17:19       ` Markus Elfring
2020-05-05  0:59       ` [PATCH] " Dejin Zheng
2020-05-05  6:15         ` Markus Elfring
2020-05-05  8:52         ` [PATCH] " Andy Shevchenko
2020-05-05  9:03           ` net: rtw88: Fix an issue about leaking " Markus Elfring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.