]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 20 Mar 2017 17:50:41 +0000 (19:50 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:32 +0000 (21:41 +0200)
commitc71024de98f4b596112be9c2698b2d8000382a5a
tree1f0bfe42cedcc04eb7754e9c9654a358054e14f5
parent7962302fc3f5b3b31523b518a2dc47849fb7bd06
mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()

Use sdhci io wrappers consistently.

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