mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
usb: gadget: amd5536udc: don't touch gadget.dev.driver
udc-core handles that for us, which means we can remove it from our driver. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
180cc68ed8
commit
fd3682d9fd
@ -1922,7 +1922,6 @@ static int amd5536_udc_start(struct usb_gadget *g,
|
||||
|
||||
driver->driver.bus = NULL;
|
||||
dev->driver = driver;
|
||||
dev->gadget.dev.driver = &driver->driver;
|
||||
|
||||
/* Some gadget drivers use both ep0 directions.
|
||||
* NOTE: to gadget driver, ep0 is just one endpoint...
|
||||
@ -1973,7 +1972,6 @@ static int amd5536_udc_stop(struct usb_gadget *g,
|
||||
shutdown(dev, driver);
|
||||
spin_unlock_irqrestore(&dev->lock, flags);
|
||||
|
||||
dev->gadget.dev.driver = NULL;
|
||||
dev->driver = NULL;
|
||||
|
||||
/* set SD */
|
||||
|
Loading…
Reference in New Issue
Block a user