]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
authorDoug Anderson <dianders@chromium.org>
Fri, 3 Apr 2015 18:13:06 +0000 (11:13 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 9 Apr 2015 07:08:27 +0000 (09:08 +0200)
commitc4fc289aa39d134dd422567a6b24e3e889e47ed2
tree9b05d62eaad7beb9420385b3e55535629760bda0
parentfa3d1c8a3ce33df1589d5ff56942ec1f606b5431
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: d4475568f1b4 ("mmc: dw_mmc: Add a timeout for sending CMD11")
Reported-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c