Loading sound/usb/line6/driver.c +1 −2 Original line number Diff line number Diff line Loading @@ -612,9 +612,8 @@ int line6_probe(struct usb_interface *interface, goto error; } line6_get_interval(line6); if (properties->capabilities & LINE6_CAP_CONTROL) { line6_get_interval(line6); ret = line6_init_cap_control(line6); if (ret < 0) goto error; Loading Loading
sound/usb/line6/driver.c +1 −2 Original line number Diff line number Diff line Loading @@ -612,9 +612,8 @@ int line6_probe(struct usb_interface *interface, goto error; } line6_get_interval(line6); if (properties->capabilities & LINE6_CAP_CONTROL) { line6_get_interval(line6); ret = line6_init_cap_control(line6); if (ret < 0) goto error; Loading