mirror of https://gitee.com/openkylin/linux.git
usb: gadget: udc: gr_udc: 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: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
703584768a
commit
70bbd56b7d
|
@ -1932,9 +1932,6 @@ static int gr_udc_start(struct usb_gadget *gadget,
|
|||
|
||||
spin_unlock(&dev->lock);
|
||||
|
||||
dev_info(dev->dev, "Started with gadget driver '%s'\n",
|
||||
driver->driver.name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -1951,8 +1948,6 @@ static int gr_udc_stop(struct usb_gadget *gadget,
|
|||
|
||||
spin_unlock_irqrestore(&dev->lock, flags);
|
||||
|
||||
dev_info(dev->dev, "Stopped\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue