commit | 5d0d11c51a599e6c074fdb2d55f6eba307936591 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Wed Jun 29 16:24:31 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:42 2016 +0200 |
tree | 840f06d02d2efb06e60595b834ddeed016a75468 | |
parent | 5a8a3fef26cea4ab1fd023a20bb5b8f0bd87ce77 [diff] |
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>