From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Suchanek Date: Fri, 23 Aug 2019 22:41:49 +0200 Subject: [U-Boot] [PATCH] Add the submit_int_msg nonblock argument in musb_hcd.c In-Reply-To: References: , , Message-ID: <2fe6cef8c582c985eb387cc9dac458c306b6b0e4.1566592744.git.msuchanek@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Michal Suchanek --- 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