Re: [U-Boot] [PATCH] usb: musb_hcd: fix compilation error

2019-09-11 Thread Marek Vasut
On 9/11/19 9:44 AM, Jean-Jacques Hiblot wrote: > commit 65c1f9820c8f79f "usb: Add nonblock argument to submit_int_msg" > breaks the musb_hcd driver. > Fixing it by adding the missing argument > > Signed-off-by: Jean-Jacques Hiblot > --- > > This patch is intended only for the u-boot-usb tree.

[U-Boot] [PATCH] usb: musb_hcd: fix compilation error

2019-09-11 Thread Jean-Jacques Hiblot
commit 65c1f9820c8f79f "usb: Add nonblock argument to submit_int_msg" breaks the musb_hcd driver. Fixing it by adding the missing argument Signed-off-by: Jean-Jacques Hiblot --- This patch is intended only for the u-boot-usb tree. drivers/usb/musb/musb_hcd.c | 4 ++-- 1 file changed, 2