diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-06-18 03:14:08 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-09 05:26:09 -0400 |
commit | c938a53aac076df4b081ed98aee08617e06baedf (patch) | |
tree | f5ca1af9457c3502adfecc13e983753d97c6e7a1 /drivers/mmc | |
parent | 52221610dd84dc3e9196554f0292ca9e8ab3541d (diff) |
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')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 1 |
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) | |||
1534 | host->ops->set_clock(host, host->clock); | 1534 | host->ops->set_clock(host, host->clock); |
1535 | } | 1535 | } |
1536 | 1536 | ||
1537 | |||
1538 | /* Reset SD Clock Enable */ | 1537 | /* Reset SD Clock Enable */ |
1539 | clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); | 1538 | clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); |
1540 | clk &= ~SDHCI_CLOCK_CARD_EN; | 1539 | clk &= ~SDHCI_CLOCK_CARD_EN; |