emmc: restore sdio_reset_comm

PD#138714: emmc: sdio_reset_comm is removed to fix upstream merge conflict.
Now restore again.

Change-Id: I0b2fc161d0fe7c4938a33e0715ee5cc3c5b4a12b
Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
This commit is contained in:
Jianxin Pan
2017-03-17 15:25:10 +08:00
parent b4ca9d56dc
commit 1cd9291251

View File

@@ -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 {