]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: gadget: don't call ->disconnect() on exit
authorFelipe Balbi <balbi@ti.com>
Sun, 2 Oct 2011 18:46:47 +0000 (21:46 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Nov 2011 19:51:16 +0000 (11:51 -0800)
commita241daa6ef5cc70e026e6631931bc2bfac784da8
treecdf159b21949d5c725c70ce67357c4396bbafa5e
parentbc49240778d80d95a71f0714e8525b72532ee4f4
usb: musb: gadget: don't call ->disconnect() on exit

that has already being done by udc-core.c. It's
unnecessary and might cause issues with some gadget
drivers.

Tested: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_gadget.c