commit | 31faf878bd8c7e2c078a3b75f65efe64f23b0f18 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 19 01:03:15 2016 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Nov 03 10:38:37 2016 +0200 |
tree | 9c6aa1c57493a48b4c32a253e6c497dc50b546a6 | |
parent | 785c91f8ae4d65efbe4d3366e30bb9bbe84b5f43 [diff] |
usb: renesas_usbhs: cleanup with list_first_entry_or_null() The combo of list_empty() check and return list_first_entry() can be replaced with list_first_entry_or_null(). Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>