Loading drivers/usb/gadget/composite.c +1 −1 Original line number Diff line number Diff line Loading @@ -1599,7 +1599,7 @@ unknown: if (c && c->setup) value = c->setup(c, ctrl); } if (value == USB_GADGET_DELAYED_STATUS) { if (f && value == USB_GADGET_DELAYED_STATUS) { DBG(cdev, "%s: interface %d (%s) requested delayed status\n", __func__, intf, f->name); Loading Loading
drivers/usb/gadget/composite.c +1 −1 Original line number Diff line number Diff line Loading @@ -1599,7 +1599,7 @@ unknown: if (c && c->setup) value = c->setup(c, ctrl); } if (value == USB_GADGET_DELAYED_STATUS) { if (f && value == USB_GADGET_DELAYED_STATUS) { DBG(cdev, "%s: interface %d (%s) requested delayed status\n", __func__, intf, f->name); Loading