summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/usb-drv-arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/usb-drv-arc.c b/firmware/target/arm/usb-drv-arc.c
index 3dc7b21151..973a227423 100644
--- a/firmware/target/arm/usb-drv-arc.c
+++ b/firmware/target/arm/usb-drv-arc.c
@@ -826,7 +826,7 @@ int usb_drv_request_endpoint(int type, int dir)
826 if (endpoint->allocated[other_dir] && 826 if (endpoint->allocated[other_dir] &&
827 endpoint->type[other_dir] != ep_type) { 827 endpoint->type[other_dir] != ep_type) {
828 logf("ep of different type!"); 828 logf("ep of different type!");
829 return -1; 829 continue;
830 } 830 }
831 831
832 832