kernel_optimize_test/drivers/usb/renesas_usbhs
Wei Yongjun 3295235fd7 usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()
In case of error, the function usb_get_phy() returns ERR_PTR() and never
returns NULL. The NULL test in the return value check should be replaced
with IS_ERR().

Fixes: b5a2875605 ("usb: renesas_usbhs: Allow an OTG PHY driver to
	provide VBUS")
Cc: <stable@vger.kernel.org> # v4.3+
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-08-22 10:45:11 +03:00
..
common.c
common.h
fifo.c usb: renesas_usbhs: Use dmac only if the pipe type is bulk 2016-08-11 15:09:43 +03:00
fifo.h
Kconfig
Makefile
mod_gadget.c usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe() 2016-08-22 10:45:11 +03:00
mod_host.c
mod.c
mod.h
pipe.c
pipe.h
rcar2.c
rcar2.h
rcar3.c
rcar3.h