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

Commit 70bbd56b authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent 70358476
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
}