[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1474214595-9349-1-git-send-email-yamada.masahiro@socionext.com>
Date: Mon, 19 Sep 2016 01:03:12 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-usb@...r.kernel.org
Cc: Felipe Balbi <balbi@...nel.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Felipe Balbi <felipe.balbi@...ux.intel.com>,
linux-kernel@...r.kernel.org,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>,
Julia Lawall <Julia.Lawall@...6.fr>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
John Youn <johnyoun@...opsys.com>
Subject: [PATCH v2 0/3] usb: trivial cleanups with list_first_entry_or_null()
Replace the chain of list_empty() and list_first_entry()
with list_first_entry_or_null().
Changes in v2:
- Split into per-driver patches
Masahiro Yamada (3):
usb: dwc2: cleanup with list_first_entry_or_null()
usb: dwc3: cleanup with list_first_entry_or_null()
usb: renesas_usbhs: cleanup with list_first_entry_or_null()
drivers/usb/dwc2/gadget.c | 6 ++----
drivers/usb/dwc3/gadget.h | 5 +----
drivers/usb/renesas_usbhs/fifo.c | 5 +----
3 files changed, 4 insertions(+), 12 deletions(-)
--
1.9.1
Powered by blists - more mailing lists