Loading drivers/usb/gadget/function/f_qdss.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -677,7 +677,6 @@ static int qdss_set_alt(struct usb_function *f, unsigned int intf, if (gadget->speed < USB_SPEED_HIGH) { if (gadget->speed < USB_SPEED_HIGH) { pr_err("%s: qdss doesn't support USB full or low speed\n", pr_err("%s: qdss doesn't support USB full or low speed\n", __func__); __func__); ret = -EINVAL; goto fail1; goto fail1; } } Loading Loading
drivers/usb/gadget/function/f_qdss.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -677,7 +677,6 @@ static int qdss_set_alt(struct usb_function *f, unsigned int intf, if (gadget->speed < USB_SPEED_HIGH) { if (gadget->speed < USB_SPEED_HIGH) { pr_err("%s: qdss doesn't support USB full or low speed\n", pr_err("%s: qdss doesn't support USB full or low speed\n", __func__); __func__); ret = -EINVAL; goto fail1; goto fail1; } } Loading