[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350580760-3886-4-git-send-email-antiroot@gmail.com>
Date: Fri, 19 Oct 2012 02:19:20 +0900
From: Sangho Yi <antiroot@...il.com>
To: prakity@...vell.com, aaron.lu@....com, linus.walleij@...aro.org,
ulf.hansson@...ricsson.com, cjb@...top.org
Cc: linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org,
Sangho Yi <antiroot@...il.com>
Subject: [PATCH 4/4] mmc: core: sd.c: Fixed line over 80 chars
Fixed line over 80 characters per line.
Signed-off-by: Sangho Yi <antiroot@...il.com>
---
drivers/mmc/core/sd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index 0622b9b..ff82b7d 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -758,7 +758,8 @@ try_again:
*/
if (!mmc_host_is_spi(host) && rocr &&
((*rocr & 0x41000000) == 0x41000000)) {
- err = mmc_set_signal_voltage(host, MMC_SIGNAL_VOLTAGE_180, true);
+ err = mmc_set_signal_voltage(host, MMC_SIGNAL_VOLTAGE_180,
+ true);
if (err) {
ocr &= ~SD_OCR_S18R;
goto try_again;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists