Merge branch 'for-linus' into for-next
Merge the pending 4.17 fixes into the devel branch for 4.18. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
commit
0dc72fcc86
@ -125,7 +125,7 @@ static int send_midi_async(struct usb_line6 *line6, unsigned char *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
usb_fill_int_urb(urb, line6->usbdev,
|
usb_fill_int_urb(urb, line6->usbdev,
|
||||||
usb_sndbulkpipe(line6->usbdev,
|
usb_sndintpipe(line6->usbdev,
|
||||||
line6->properties->ep_ctrl_w),
|
line6->properties->ep_ctrl_w),
|
||||||
transfer_buffer, length, midi_sent, line6,
|
transfer_buffer, length, midi_sent, line6,
|
||||||
line6->interval);
|
line6->interval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user