diff mbox series

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

Message ID 2fe6cef8c582c985eb387cc9dac458c306b6b0e4.1566592744.git.msuchanek@suse.de
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show
Series [U-Boot] Add the submit_int_msg nonblock argument in musb_hcd.c | expand

Commit Message

Michal Suchánek Aug. 23, 2019, 8:41 p.m. UTC
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

Comments

Marek Vasut Aug. 23, 2019, 9:11 p.m. UTC | #1
On 8/23/19 10:41 PM, Michal Suchanek wrote:
> 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?

Squashed and pushed, please check if it's OK.
Michal Suchánek Aug. 23, 2019, 10:30 p.m. UTC | #2
On Fri, 23 Aug 2019 23:11:44 +0200
Marek Vasut <marex@denx.de> wrote:

> On 8/23/19 10:41 PM, Michal Suchanek wrote:
> > 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?  
> 
> Squashed and pushed, please check if it's OK.

Looks OK, thanks
diff mbox series

Patch

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);