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

usb: gadget: udc: fsl_qe: remove bind/unbind messages

now that we provide generic register/unregister
debugging messages from udc-core, we can remove
the same messages from this driver.
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 dd7e6dd5
...@@ -2305,8 +2305,6 @@ static int fsl_qe_start(struct usb_gadget *gadget, ...@@ -2305,8 +2305,6 @@ static int fsl_qe_start(struct usb_gadget *gadget,
udc->ep0_dir = USB_DIR_OUT; udc->ep0_dir = USB_DIR_OUT;
spin_unlock_irqrestore(&udc->lock, flags); spin_unlock_irqrestore(&udc->lock, flags);
dev_info(udc->dev, "%s bind to driver %s\n", udc->gadget.name,
driver->driver.name);
return 0; return 0;
} }
...@@ -2334,8 +2332,6 @@ static int fsl_qe_stop(struct usb_gadget *gadget, ...@@ -2334,8 +2332,6 @@ static int fsl_qe_stop(struct usb_gadget *gadget,
nuke(loop_ep, -ESHUTDOWN); nuke(loop_ep, -ESHUTDOWN);
spin_unlock_irqrestore(&udc->lock, flags); spin_unlock_irqrestore(&udc->lock, flags);
dev_info(udc->dev, "unregistered gadget driver '%s'\r\n",
udc->driver->driver.name);
udc->driver = NULL; udc->driver = NULL;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册