mmc: sdhci-msm: Change poor style writel/readl of registers
authorRitesh Harjani <riteshh@codeaurora.org>
Mon, 21 Nov 2016 06:37:13 +0000 (12:07 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:05:12 +0000 (09:05 +0100)
commit29301f40cb9f8e91352ad2e8a7cef5a3d35b9925
treea8efb9e3a52e27f81e3ab9baec571736242b4d94
parent53e391aba608828927e6a1236d2c7ec132f917f0
mmc: sdhci-msm: Change poor style writel/readl of registers

This patch changes the poor style of writel/readl registers
into more readable format. This avoid mixed style format
of readl/writel in sdhci-msm driver.
This patch also removes the one line comments which were present for
above writel/readl, since they were of no help.

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