mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user