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 <[email protected]>
---

found while reading code

 drivers/usb/gadget/udc/pxa27x_udc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/gadget/udc/pxa27x_udc.c 
b/drivers/usb/gadget/udc/pxa27x_udc.c
index dd6890d..69e7b816 100644
--- a/drivers/usb/gadget/udc/pxa27x_udc.c
+++ b/drivers/usb/gadget/udc/pxa27x_udc.c
@@ -2501,7 +2501,6 @@ static int pxa_udc_remove(struct platform_device *_dev)
        struct pxa_udc *udc = platform_get_drvdata(_dev);
 
        usb_del_gadget_udc(&udc->gadget);
-       usb_gadget_unregister_driver(udc->driver);
        pxa_cleanup_debugfs(udc);
 
        usb_put_phy(udc->transceiver);
-- 
2.1.0.GIT

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to