public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/9] usb: r8a66597: return -ENOTSUPP from unimplemented submit_int_msg
@ 2019-07-02 17:55 Michal Suchanek
  2019-07-02 17:55 ` [U-Boot] [PATCH v2 2/9] usb: sl811-hcd: " Michal Suchanek
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Michal Suchanek @ 2019-07-02 17:55 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 drivers/usb/host/r8a66597-hcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/r8a66597-hcd.c b/drivers/usb/host/r8a66597-hcd.c
index 3c263e51c160..7b699d3f4788 100644
--- a/drivers/usb/host/r8a66597-hcd.c
+++ b/drivers/usb/host/r8a66597-hcd.c
@@ -826,7 +826,7 @@ int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer,
 {
 	/* no implement */
 	R8A66597_DPRINT("%s\n", __func__);
-	return 0;
+	return -ENOTSUPP;
 }
 
 int usb_lowlevel_init(int index, enum usb_init_type init, void **controller)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-07-05  1:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-02 17:55 [U-Boot] [PATCH v2 1/9] usb: r8a66597: return -ENOTSUPP from unimplemented submit_int_msg Michal Suchanek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 2/9] usb: sl811-hcd: " Michal Suchanek
2019-07-02 18:41   ` Marek Vasut
2019-07-02 19:35     ` Michal Suchánek
2019-07-02 21:20       ` Marek Vasut
2019-07-04 16:00         ` Michal Suchánek
2019-07-04 16:19           ` Marek Vasut
2019-07-04 18:54             ` Michal Suchánek
2019-07-04 19:05               ` Marek Vasut
2019-07-04 19:15                 ` Michal Suchánek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 3/9] usb_kdb: only process events succesfully received Michal Suchanek
2019-07-03  1:37   ` Bin Meng
2019-07-03  9:11     ` Michal Suchánek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 4/9] usb: usb_submit_int_msg -> usb_int_msg Michal Suchanek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 5/9] usb: storage: submit_int_msg " Michal Suchanek
2019-07-03  1:39   ` Bin Meng
2019-07-04 16:01     ` Michal Suchánek
2019-07-05  1:34       ` Bin Meng
2019-07-02 17:55 ` [U-Boot] [PATCH v2 6/9] usb: Add nonblock argument to submit_int_msg Michal Suchanek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 7/9] usb: add usb_int_msg_nonblock Michal Suchanek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 8/9] usb: kbd: use usb_int_msg_nonblock for polling Michal Suchanek
2019-07-02 17:55 ` [U-Boot] [PATCH v2 9/9] dwc2: use the nonblock argument in submit_int_msg Michal Suchanek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox