
23 Aug
2019
23 Aug
'19
10:41 p.m.
Signed-off-by: Michal Suchanek msuchanek@suse.de --- drivers/usb/musb/musb_hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Can you squash this to [4/5] or do you want to respin?
Thanks
Michal
diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb/musb/musb_hcd.c index 1f2805270aa3..ba4c206ccfdb 100644 --- a/drivers/usb/musb/musb_hcd.c +++ b/drivers/usb/musb/musb_hcd.c @@ -1050,7 +1050,7 @@ int usb_lowlevel_stop(int index) * transfers are not supported. */ int submit_int_msg(struct usb_device *dev, unsigned long pipe, - void *buffer, int len, int interval) + void *buffer, int len, int interval, bool nonblock) { int dir_out = usb_pipeout(pipe); int ep = usb_pipeendpoint(pipe);
--
2.22.0