mmc: sdhci: Ensure all requests get errored out
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 29 Jun 2016 13:24:31 +0000 (16:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:42 +0000 (10:34 +0200)
commit5d0d11c51a599e6c074fdb2d55f6eba307936591
tree840f06d02d2efb06e60595b834ddeed016a75468
parent5a8a3fef26cea4ab1fd023a20bb5b8f0bd87ce77
mmc: sdhci: Ensure all requests get errored out

In order to support commands during data transfer, there will have to be up
to two active requests (mrqs) at a time, instead of just one. That means
ensuring that all requests get errored out in the cases of card or driver
removal.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c