]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: sdhci: Do not call implementations of mmc host ops directly
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 29 Jun 2016 13:24:14 +0000 (16:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:33 +0000 (10:34 +0200)
commitd3940f2747960b2e0b82f59c447190e1e960d76f
tree3d5107e29b84bd61ce94c9a3ddc25fe23988b6ba
parentae9c657e62ac1e565f66e9faed7376a7ff5806e2
mmc: sdhci: Do not call implementations of mmc host ops directly

Drivers must be able to provide their own implementations for mmc host
operations. Consequently, SDHCI should call those not the default
implementations. Do that by calling indirectly through the mmc host ops
function pointers.

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