linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: renesas-xhci: Cleanups
@ 2021-07-18  1:51 Moritz Fischer
  2021-07-18  1:51 ` [PATCH 1/2] usb: xhci-renesas: Minor coding style cleanup Moritz Fischer
  2021-07-18  1:51 ` [PATCH 2/2] usb: renesas-xhci: Remove renesas_xhci_pci_exit() Moritz Fischer
  0 siblings, 2 replies; 3+ messages in thread
From: Moritz Fischer @ 2021-07-18  1:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-usb, moritzf, mathias.nyman, gregkh, Moritz Fischer

While looking through the driver code I ran into two minor things.

The first one is a simple if (err == 0) -> if (!err) change.

The second one removes an empty(?) function that seems to have been
around since the beginning (and always has been empty).

Moritz Fischer (2):
  usb: xhci-renesas: Minor coding style cleanup
  usb: renesas-xhci: Remove renesas_xhci_pci_exit()

 drivers/usb/host/xhci-pci-renesas.c | 7 +------
 drivers/usb/host/xhci-pci.c         | 2 --
 drivers/usb/host/xhci-pci.h         | 3 ---
 3 files changed, 1 insertion(+), 11 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-07-18  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18  1:51 [PATCH 0/2] usb: renesas-xhci: Cleanups Moritz Fischer
2021-07-18  1:51 ` [PATCH 1/2] usb: xhci-renesas: Minor coding style cleanup Moritz Fischer
2021-07-18  1:51 ` [PATCH 2/2] usb: renesas-xhci: Remove renesas_xhci_pci_exit() Moritz Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).