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:
Felipe Balbi 2014-10-17 11:38:39 -05:00
parent 703584768a
commit 70bbd56b7d
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}