mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
mmc: rk_sdmmc: fix dw_mci_resume
This commit is contained in:
@@ -2807,9 +2807,9 @@ int dw_mci_resume(struct dw_mci *host)
|
||||
dw_mci_setup_bus(slot, true);
|
||||
}
|
||||
|
||||
ret = mmc_resume_host(host->slot[i]->mmc);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
// ret = mmc_resume_host(host->slot[i]->mmc);
|
||||
// if (ret < 0)
|
||||
// return ret;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user