usb: gadget: udc: dummy: 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
3364aecc8c
commit
dd7e6dd546
@ -908,10 +908,8 @@ static int dummy_udc_start(struct usb_gadget *g,
|
||||
*/
|
||||
|
||||
dum->devstatus = 0;
|
||||
|
||||
dum->driver = driver;
|
||||
dev_dbg(udc_dev(dum), "binding gadget driver '%s'\n",
|
||||
driver->driver.name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -921,9 +919,6 @@ static int dummy_udc_stop(struct usb_gadget *g,
|
||||
struct dummy_hcd *dum_hcd = gadget_to_dummy_hcd(g);
|
||||
struct dummy *dum = dum_hcd->dum;
|
||||
|
||||
dev_dbg(udc_dev(dum), "unregister gadget driver '%s'\n",
|
||||
dum->driver->driver.name);
|
||||
|
||||
dum->driver = NULL;
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user