mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
mmc: rk_sdmmc: reset cmd_status before request
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -1242,6 +1242,7 @@ static void __dw_mci_start_request(struct dw_mci *host,
|
||||
host->pending_events = 0;
|
||||
host->completed_events = 0;
|
||||
host->data_status = 0;
|
||||
host->cmd_status = 0;
|
||||
|
||||
data = cmd->data;
|
||||
if (data) {
|
||||
|
||||
Reference in New Issue
Block a user