diff options
-rw-r--r-- | drivers/mmc/host/dw_mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 5332120030e4..aecc3e255507 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c | |||
@@ -2001,7 +2001,6 @@ static void dw_mci_tasklet_func(unsigned long priv) | |||
2001 | set_bit(EVENT_CMD_COMPLETE, &host->completed_events); | 2001 | set_bit(EVENT_CMD_COMPLETE, &host->completed_events); |
2002 | err = dw_mci_command_complete(host, cmd); | 2002 | err = dw_mci_command_complete(host, cmd); |
2003 | if (cmd == mrq->sbc && !err) { | 2003 | if (cmd == mrq->sbc && !err) { |
2004 | prev_state = state = STATE_SENDING_CMD; | ||
2005 | __dw_mci_start_request(host, host->slot, | 2004 | __dw_mci_start_request(host, host->slot, |
2006 | mrq->cmd); | 2005 | mrq->cmd); |
2007 | goto unlock; | 2006 | goto unlock; |