diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-06-18 09:14:08 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-09 11:26:09 +0200 |
commit | c938a53aac076df4b081ed98aee08617e06baedf (patch) | |
tree | f5ca1af9457c3502adfecc13e983753d97c6e7a1 /drivers/mmc/host/sdhci.c | |
parent | 52221610dd84dc3e9196554f0292ca9e8ab3541d (diff) | |
download | op-kernel-dev-c938a53aac076df4b081ed98aee08617e06baedf.zip op-kernel-dev-c938a53aac076df4b081ed98aee08617e06baedf.tar.gz |
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/sdhci.c')
-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 07a2426..5cf4a86 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; |