Signed-off-by: Michal Suchanek <[email protected]>
---
drivers/usb/host/sl811-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c
index daba0dcd1aee..4fd2ad464312 100644
--- a/drivers/usb/host/sl811-hcd.c
+++ b/drivers/usb/host/sl811-hcd.c
@@ -388,7 +388,7 @@ int submit_int_msg(struct usb_device *dev, unsigned long
pipe, void *buffer,
{
PDEBUG(0, "dev = %p pipe = %#lx buf = %p size = %d int = %d\n", dev,
pipe,
buffer, len, interval);
- return -1;
+ return -ENOTSUPP;
}
/*
--
2.21.0
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot