Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dea87f9d authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: gadget: udc: at91: 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: default avatarFelipe Balbi <balbi@ti.com>
parent 2c683347
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1641,7 +1641,6 @@ static int at91_start(struct usb_gadget *gadget,
	udc->enabled = 1;
	udc->selfpowered = 1;

	DBG("bound to %s\n", driver->driver.name);
	return 0;
}

@@ -1657,7 +1656,6 @@ static int at91_stop(struct usb_gadget *gadget,
	at91_udp_write(udc, AT91_UDP_IDR, ~0);
	spin_unlock_irqrestore(&udc->lock, flags);

	DBG("unbound from %s\n", udc->driver->driver.name);
	udc->driver = NULL;

	return 0;