mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
usb: renesas: gadget: don't touch gadget.dev.driver
udc-core now 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
bbdb72702e
commit
8707d5abbd
@ -845,7 +845,6 @@ static int usbhsg_gadget_start(struct usb_gadget *gadget,
|
||||
|
||||
/* first hook up the driver ... */
|
||||
gpriv->driver = driver;
|
||||
gpriv->gadget.dev.driver = &driver->driver;
|
||||
|
||||
return usbhsg_try_start(priv, USBHSG_STATUS_REGISTERD);
|
||||
}
|
||||
@ -861,7 +860,6 @@ static int usbhsg_gadget_stop(struct usb_gadget *gadget,
|
||||
return -EINVAL;
|
||||
|
||||
usbhsg_try_stop(priv, USBHSG_STATUS_REGISTERD);
|
||||
gpriv->gadget.dev.driver = NULL;
|
||||
gpriv->driver = NULL;
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user