commit | 52e00b84187316d7ade1e715651c07b66b5b3e17 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Tue Jun 21 15:12:50 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:25 2016 +0200 |
tree | 9dde9ed7155152e50155b43816e6bdee3912bca0 | |
parent | 549646a9c79d4649b41f9e817f0588ac0cc6a235 [diff] |
mmc: sh_mmcif: Use a 10s timeout in the error recovery path The current value means an mdelay(1) may execute up to 10000000 times, which translates to around ~2.8 hours. This is probably not what the orignal author had in mind. Let's instead use 10s, which is the same value sh_mmcif is using for other timeouts. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>