]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: renesas_usbhs: gadget: remove extra check on udc_stop
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 9 Jul 2013 05:47:37 +0000 (22:47 -0700)
committerFelipe Balbi <balbi@ti.com>
Mon, 15 Jul 2013 10:01:24 +0000 (13:01 +0300)
commit8047806e64ea7b33fcede5b93f7276568a6119e8
tree97dd07e8dd943b55d220a8846921ee5a1d7de077
parent5257a6332e9d02ed7a94381f553b9c05437baa5d
usb: renesas_usbhs: gadget: remove extra check on udc_stop

usb_gadget_ops :: udc_stop might be called with driver = NULL since
511f3c5326eabe1ece35202a404c24c0aeacc246
(usb: gadget: udc-core: fix a regression during gadget driver unbinding)

Because of that, 2nd times insmod goes fail.
This patch fixes it up.

Reported-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/mod_gadget.c