summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci-core.c
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2016-02-09 16:12:36 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2016-02-11 11:39:56 +0100
commit8d28b7a72fe18bcdcdb047243ba8fec36b149955 (patch)
tree95ceb37a3049e95828486091b5dea4fa547b0228 /drivers/mmc/host/sdhci-pci-core.c
parentbf60e592a1af4d6f65dd54593250183f14360eed (diff)
downloadlinux-8d28b7a72fe18bcdcdb047243ba8fec36b149955.tar.bz2
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
Drivers may need to provide their own get_cd() mmc host op, but currently the internals of the current op (sdhci_get_cd()) are provided by sdhci_do_get_cd() which is also called from sdhci_request(). To allow override of the get_cd functionality, change sdhci_request() to call ->get_cd() instead of sdhci_do_get_cd(). Note, in the future the call to ->get_cd() will likely be removed from sdhci_request() since most drivers don't need actually it. However this change is being done now to facilitate a subsequent bug fix. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: stable@vger.kernel.org # v4.4+ Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci-core.c')
0 files changed, 0 insertions, 0 deletions