summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 31a6acb71b..e32352165a 100644
--- a/firmware/target/arm/usb-drv-arc.c
+++ b/firmware/target/arm/usb-drv-arc.c
@@ -714,7 +714,7 @@ static int prime_transfer(int endpoint, void* ptr, int len, bool send, bool wait
714 if(qh->status!=0) { 714 if(qh->status!=0) {
715 /* No need to cancel wait here since it was done and the signal 715 /* No need to cancel wait here since it was done and the signal
716 * came. */ 716 * came. */
717 return 5; 717 return -5;
718 } 718 }
719 //logf("all tds done"); 719 //logf("all tds done");
720 } 720 }