diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2016-06-29 16:24:25 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-25 11:34:39 +0300 |
commit | a4c73aba0463800f5e1c33c94c2a7e553e26a4eb (patch) | |
tree | 8a3332126f6d0387e5653864ebf98830d61c2e5f /drivers/hwmon | |
parent | ea96802384cd062361f758f711c22010238d47f3 (diff) | |
download | linux-a4c73aba0463800f5e1c33c94c2a7e553e26a4eb.tar.xz |
mmc: sdhci: Reduce the use of host->mrq
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
host->mrq will not be able to be used.
In several places, host->mrq is used when instead the mrq can be determined
from the cmd or data pointers. Reduce the use of host->mrq by doing that.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/hwmon')
0 files changed, 0 insertions, 0 deletions