commit | 8047806e64ea7b33fcede5b93f7276568a6119e8 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Jul 08 22:47:37 2013 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 15 13:01:24 2013 +0300 |
tree | 97dd07e8dd943b55d220a8846921ee5a1d7de077 | |
parent | 5257a6332e9d02ed7a94381f553b9c05437baa5d [diff] |
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>