aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2022-05-31 20:19:22 +0300
committerUlf Hansson <[email protected]>2022-06-01 14:22:51 +0200
commita051246b786af7e4a9d9219cc7038a6e8a411531 (patch)
treefa17f10cae2f9914107792ec80e81fe55dde0b06 /scripts/gdb/linux/timerlist.py
parent291e7d52d19f114cad6cbf802f3f19ef12a011f8 (diff)
mmc: block: Fix CQE recovery reset success
The intention of the use of mmc_blk_reset_success() in mmc_blk_cqe_recovery() was to prevent repeated resets when retrying and getting the same error. However, that may not be the case - any amount of time and I/O may pass before another recovery is needed, in which case there would be no reason to deny it the opportunity to recover via a reset if necessary. CQE recovery is expected seldom and failure to recover (if the clear tasks command fails), even more seldom, so it is better to allow the reset always, which can be done by calling mmc_blk_reset_success() always. Fixes: 1e8e55b67030c6 ("mmc: block: Add CQE support") Cc: [email protected] Signed-off-by: Adrian Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions