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

Commit 07d83168 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: musb: gadget: don't assign gadget.dev.release directly



udc-core provides a better way to handle release
methods, let's use it.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent ad8033fc
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1691,13 +1691,6 @@ static const struct usb_gadget_ops musb_gadget_operations = {
 * all peripheral ports are external...
 */

static void musb_gadget_release(struct device *dev)
{
	/* kref_put(WHAT) */
	dev_dbg(dev, "%s\n", __func__);
}


static void
init_peripheral_ep(struct musb *musb, struct musb_ep *ep, u8 epnum, int is_in)
{
@@ -1782,7 +1775,6 @@ int musb_gadget_setup(struct musb *musb)
	musb->g.speed = USB_SPEED_UNKNOWN;

	/* this "gadget" abstracts/virtualizes the controller */
	musb->g.dev.release = musb_gadget_release;
	musb->g.name = musb_driver_name;
	musb->g.is_otg = 1;