]> git.baikalelectronics.ru Git - kernel.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)
commit8ccac6464fe1a471394e99072d1d2fc5a663022e
tree97dd07e8dd943b55d220a8846921ee5a1d7de077
parenta1e423466aa45f7ff19712761669f772d051af84
usb: renesas_usbhs: gadget: remove extra check on udc_stop

usb_gadget_ops :: udc_stop might be called with driver = NULL since
916c454cf0bd2fe1c5e164f2a66addbad2df90d7
(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