From: Hubert Feurstein <h.feurstein@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] mci-core: fix coding style
Date: Tue, 2 Apr 2013 18:58:07 +0200 [thread overview]
Message-ID: <1364921887-6487-2-git-send-email-h.feurstein@gmail.com> (raw)
In-Reply-To: <1364921887-6487-1-git-send-email-h.feurstein@gmail.com>
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
drivers/mci/mci-core.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index 49612de..c8598c2 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci/mci-core.c
@@ -894,8 +894,9 @@ static int mci_startup_mmc(struct mci *mci)
mci_set_clock(mci, 52000000);
else
mci_set_clock(mci, 26000000);
- } else
+ } else {
mci_set_clock(mci, 20000000);
+ }
/*
* Unlike SD, MMC cards dont have a configuration register to notify
--
1.8.1.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-04-02 16:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 16:58 [PATCH 1/2] mci-core: use dev_* for messages Hubert Feurstein
2013-04-02 16:58 ` Hubert Feurstein [this message]
2013-04-03 7:13 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1364921887-6487-2-git-send-email-h.feurstein@gmail.com \
--to=h.feurstein@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox