diff options
| author | Chaotian Jing <chaotian.jing@mediatek.com> | 2018-10-13 15:20:47 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-28 18:25:38 +0100 |
| commit | 7a82e77fb2a5cfbf37ba8a140f44bb10129c9cdf (patch) | |
| tree | 159a338bd073a37fd5607b9dd434c346bc01ed35 /tools | |
| parent | 89ca18b8f260c36a98d68a0c3b03cc6dd59f512a (diff) | |
mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail
[ Upstream commit f38a9774ddde9d79b3487dd888edd8b8623552af ]
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
