RE: [PATCH 1/4] usb: dwc2: gadget: do not call usb_gadget_unregister_driver()

2014-10-20 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, October 17, 2014 6:23 PM > > that call is completely unnecessary because > usb_del_gadget_udc() already makes sure the > gadget driver is properly unregistered from > the UDC. > > Signed-off-by: Felipe Balbi > --- > > found while readin

[PATCH 1/4] usb: dwc2: gadget: do not call usb_gadget_unregister_driver()

2014-10-17 Thread Felipe Balbi
that call is completely unnecessary because usb_del_gadget_udc() already makes sure the gadget driver is properly unregistered from the UDC. Signed-off-by: Felipe Balbi --- found while reading code drivers/usb/dwc2/gadget.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/usb/