mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
mmc: rk_sdmmc: fix dw_mci_resume
This commit is contained in:
parent
bea28271f4
commit
e2911b98ca
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user