linux/drivers/usb/gadget/legacy
Wei Yongjun 7042e8f2f6 usb: gadget: Fix return value check in ep_write()
In case of error, the function memdup_user() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2014-08-19 09:27:24 -05:00
..
acm_ms.c
audio.c
cdc2.c
dbgp.c
ether.c
g_ffs.c
gmidi.c
hid.c
inode.c usb: gadget: Fix return value check in ep_write() 2014-08-19 09:27:24 -05:00
Kconfig
Makefile
mass_storage.c
multi.c
ncm.c
nokia.c
printer.c
serial.c
tcm_usb_gadget.c
tcm_usb_gadget.h
webcam.c
zero.c