diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 925f863ef3910b46cd0c255f671b0cf2dfbe2fd8..64a311dcc2a2211319bb2d22994484c396053516 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -868,10 +868,6 @@ int mmc_init(struct mmc *mmc)
 	/* Test for SD version 2 */
 	err = mmc_send_if_cond(mmc);
 
-	/* If we got an error other than timeout, we bail */
-	if (err && err != TIMEOUT)
-		return err;
-
 	/* Now try to get the SD card's operating condition */
 	err = sd_send_op_cond(mmc);