]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 14 Nov 2012 05:47:23 +0000 (13:47 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Dec 2012 10:04:00 +0000 (12:04 +0200)
commit5dbd693576726bd7d3228ee614060e0817305dde
tree1d955d16df8cf66f48f029aba790db88cb20760d
parent25e14c1fcce5c66b0d2d5e35fad35d044dc320ae
usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus()

In the error handling case of tcm_usbg_drop_nexus(), the error code
is assigned to 'ret', but it is ignored. We'd better return 'ret'
instead of always return 0.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/tcm_usb_gadget.c