]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mmc: sdhci: Remove blank line
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 18 Jun 2014 07:14:08 +0000 (09:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2014 09:26:09 +0000 (11:26 +0200)
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>
drivers/mmc/host/sdhci.c

index 07a242675c0ef665e96323802b1985afd229c9cf..5cf4a864c3a42508afb67c7f8a758ebd44e148ab 100644 (file)
@@ -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;