Files
linux/drivers/mmc/host
Chaotian Jing 6e7515fb82 mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail
[ Upstream commit f38a9774dd ]

when msdc_cmd_is_ready return fail, the req_timeout work has not been
inited and cancel_delayed_work() will return false, then, the request
return directly and never call mmc_request_done().

so need call mod_delayed_work() before msdc_cmd_is_ready()

Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-01 09:13:22 +01:00
..
2019-02-12 19:46:04 +01:00
2019-03-27 14:13:51 +09:00
2019-04-27 09:35:39 +02:00
2017-03-16 15:31:27 +01:00
2017-08-30 14:01:58 +02:00