mmc: sdhci_am654: Improve whitespace utilisation with regmap_*() calls
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 28 May 2019 09:59:27 +0000 (15:29 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Jun 2019 15:11:09 +0000 (17:11 +0200)
commit8023cf2634b051ff53739a035a0c1bef3cbb389c
tree6e1f4bca5ea7a88b19caec736147d0db56f5758d
parent65f1a0d39c289bb6fc85635528cd36c4b07f560e
mmc: sdhci_am654: Improve whitespace utilisation with regmap_*() calls

Line wrapping with the regmap_*() functions is way more conservative
than required by the 80 character rule. Expand the function calls out to
use less number of lines.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c