summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 42db1cb471..39c5a01913 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -1005,10 +1005,7 @@ sd_transfer_error_no_dma:
1005 /* .initialized might have been >= 0 but now stale if the ata sd thread 1005 /* .initialized might have been >= 0 but now stale if the ata sd thread
1006 * isn't handling an insert because of USB */ 1006 * isn't handling an insert because of USB */
1007 if (--retry_all >= 0) 1007 if (--retry_all >= 0)
1008 {
1009 ret = 0;
1010 goto sd_transfer_retry_with_reinit; 1008 goto sd_transfer_retry_with_reinit;
1011 }
1012 } 1009 }
1013} 1010}
1014 1011