Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: block: Fix is_waiting_last_req set incorrectly
Commit 1552011 ("mmc: core: Further fix thread wake-up") allowed a queue to release the host with is_waiting_last_req set to true. A queue waiting to claim the host will not reset it, which can result in the queue getting stuck in a loop. Fixes: 1552011 ("mmc: core: Further fix thread wake-up") Signed-off-by: Adrian Hunter <[email protected]> Cc: [email protected] # v4.10+ Signed-off-by: Ulf Hansson <[email protected]>
- Loading branch information