提交 e3ee46f2 编写于 作者: F Felipe Balbi

usb: gadget: m66592-udc: 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: NFelipe Balbi <balbi@ti.com>
上级 ee4b47cf
...@@ -1471,7 +1471,6 @@ static int m66592_udc_start(struct usb_gadget *g, ...@@ -1471,7 +1471,6 @@ static int m66592_udc_start(struct usb_gadget *g,
/* hook up the driver */ /* hook up the driver */
driver->driver.bus = NULL; driver->driver.bus = NULL;
m66592->driver = driver; m66592->driver = driver;
m66592->gadget.dev.driver = &driver->driver;
m66592_bset(m66592, M66592_VBSE | M66592_URST, M66592_INTENB0); m66592_bset(m66592, M66592_VBSE | M66592_URST, M66592_INTENB0);
if (m66592_read(m66592, M66592_INTSTS0) & M66592_VBSTS) { if (m66592_read(m66592, M66592_INTSTS0) & M66592_VBSTS) {
...@@ -1494,7 +1493,6 @@ static int m66592_udc_stop(struct usb_gadget *g, ...@@ -1494,7 +1493,6 @@ static int m66592_udc_stop(struct usb_gadget *g,
m66592_bclr(m66592, M66592_VBSE | M66592_URST, M66592_INTENB0); m66592_bclr(m66592, M66592_VBSE | M66592_URST, M66592_INTENB0);
driver->unbind(&m66592->gadget); driver->unbind(&m66592->gadget);
m66592->gadget.dev.driver = NULL;
init_controller(m66592); init_controller(m66592);
disable_controller(m66592); disable_controller(m66592);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册