mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
mmc: rk_sdmmc: fix wrong skip condiction of post_tmo
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -1969,7 +1969,7 @@ static void dw_mci_post_tmo(struct mmc_host *mmc)
|
||||
|
||||
data = host->data;
|
||||
|
||||
if ((opcode == MMC_SEND_TUNING_BLOCK_HS200) &&
|
||||
if ((opcode == MMC_SEND_TUNING_BLOCK_HS200) ||
|
||||
(opcode == MMC_SEND_TUNING_BLOCK))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user