Skip to content

Commit

Permalink
usb: gadget: udc: net2272: remove bind/unbind messages
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi committed Nov 3, 2014
1 parent 70bbd56 commit 812a40b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/usb/gadget/udc/net2272.c
Original file line number Diff line number Diff line change
@@ -1471,8 +1471,6 @@ static int net2272_start(struct usb_gadget *_gadget,
*/
net2272_ep0_start(dev);

dev_dbg(dev->dev, "%s ready\n", driver->driver.name);

return 0;
}

@@ -1514,8 +1512,6 @@ static int net2272_stop(struct usb_gadget *_gadget,
stop_activity(dev, NULL);
spin_unlock_irqrestore(&dev->lock, flags);

dev_dbg(dev->dev, "unregistered driver '%s'\n",
dev->driver->driver.name);
dev->driver = NULL;

return 0;

0 comments on commit 812a40b

Please sign in to comment.