mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
authorDoug Anderson <[email protected]>
Fri, 3 Apr 2015 18:13:06 +0000 (11:13 -0700)
committerUlf Hansson <[email protected]>
Thu, 9 Apr 2015 07:08:27 +0000 (09:08 +0200)
commitfd6741983386a7ec1c707a4c93e7a26e383cc571
tree9b05d62eaad7beb9420385b3e55535629760bda0
parent8886a6fd19775eb43b7834850d0ad3f749b70053
mmc: dw_mmc: Add a return in an unexpected cmd11 timeout

If we get an unexpected cmd11 timeout we shouldn't actually treat it
as a timeout (not that we really expect to get an unexpected cmd11
timeout, but still).

Fixes: 5c935165da79 ("mmc: dw_mmc: Add a timeout for sending CMD11")
Reported-by: Jaehoon Chung <[email protected]>
Signed-off-by: Doug Anderson <[email protected]>
Signed-off-by: Jaehoon Chung <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/dw_mmc.c