diff --git a/drivers/amlogic/mmc/amlsd.c b/drivers/amlogic/mmc/amlsd.c index 389cb47a4bc2..77c3da545701 100644 --- a/drivers/amlogic/mmc/amlsd.c +++ b/drivers/amlogic/mmc/amlsd.c @@ -370,8 +370,7 @@ void sdio_reinit(void) { if (sdio_host) { if (sdio_host->card) - //temp remove for upstream merge comflict - ;//sdio_reset_comm(sdio_host->card); + sdio_reset_comm(sdio_host->card); else sdio_rescan(sdio_host); } else {