]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mmc: sdhci: Get rid of host->busy_handle
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 29 Jun 2016 13:24:24 +0000 (16:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:38 +0000 (10:34 +0200)
commitea96802384cd062361f758f711c22010238d47f3
tree8c2141896cf40f7389b7c63b0c201c16a85ac49c
parent7c89a3d9082c316f898ec2c3c6c1689e0cad6117
mmc: sdhci: Get rid of host->busy_handle

Now that there is host->data_cmd to record the command for which a data
interrupt is expected, it is possible to determine whether a command with
busy signaling has completed without an extra flag. So host->busy_handle
is not needed. Remove it.

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