summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2014-06-18 11:14:08 +0400
committerUlf Hansson <ulf.hansson@linaro.org>2014-07-09 13:26:09 +0400
commitc938a53aac076df4b081ed98aee08617e06baedf (patch)
treef5ca1af9457c3502adfecc13e983753d97c6e7a1 /drivers/mmc/host
parent52221610dd84dc3e9196554f0292ca9e8ab3541d (diff)
downloadlinux-c938a53aac076df4b081ed98aee08617e06baedf.tar.xz
mmc: sdhci: Remove blank line
While merging the sdhci patchset from Russell King, somehow a blank line was left behind. Let's correct the formatting. Cc: Chris Ball <chris@printf.net> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/sdhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 07a242675c0e..5cf4a864c3a4 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1534,7 +1534,6 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
host->ops->set_clock(host, host->clock);
}
-
/* Reset SD Clock Enable */
clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL);
clk &= ~SDHCI_CLOCK_CARD_EN;