[U-Boot] [PATCH] Add the submit_int_msg nonblock argument in musb_hcd.c

Michal Suchanek msuchanek at suse.de
Fri Aug 23 20:41:49 UTC 2019


Signed-off-by: Michal Suchanek <msuchanek at 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



More information about the U-Boot mailing list