提交 487d60cc 编写于 作者: P Peter Chen 提交者: Felipe Balbi

usb: gadget: mv_udc_core: delete pullup operation at .udc_start

UDC core has already done it after .udc_start.
Signed-off-by: NPeter Chen <peter.chen@freescale.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 14d19d9f
...@@ -1378,9 +1378,6 @@ static int mv_udc_start(struct usb_gadget *gadget, ...@@ -1378,9 +1378,6 @@ static int mv_udc_start(struct usb_gadget *gadget,
} }
} }
/* pullup is always on */
mv_udc_pullup(&udc->gadget, 1);
/* When boot with cable attached, there will be no vbus irq occurred */ /* When boot with cable attached, there will be no vbus irq occurred */
if (udc->qwork) if (udc->qwork)
queue_work(udc->qwork, &udc->vbus_work); queue_work(udc->qwork, &udc->vbus_work);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册