udc-core now handles that for us, which means
we can remove it from our driver.

Signed-off-by: Felipe Balbi <[email protected]>
---
 drivers/usb/gadget/fusb300_udc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/usb/gadget/fusb300_udc.c b/drivers/usb/gadget/fusb300_udc.c
index 7f48aa6..d69e840 100644
--- a/drivers/usb/gadget/fusb300_udc.c
+++ b/drivers/usb/gadget/fusb300_udc.c
@@ -1313,7 +1313,6 @@ static int fusb300_udc_start(struct usb_gadget *g,
        /* hook up the driver */
        driver->driver.bus = NULL;
        fusb300->driver = driver;
-       fusb300->gadget.dev.driver = &driver->driver;
 
        return 0;
 }
@@ -1324,7 +1323,6 @@ static int fusb300_udc_stop(struct usb_gadget *g,
        struct fusb300 *fusb300 = to_fusb300(g);
 
        driver->unbind(&fusb300->gadget);
-       fusb300->gadget.dev.driver = NULL;
 
        init_controller(fusb300);
        fusb300->driver = NULL;
-- 
1.8.1.rc1.5.g7e0651a

--
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