From: Michael Trimarchi <michael@amarulasolutions.com>
To: linux-mmc@vger.kernel.org
Cc: Chris Ball <cjb@laptop.org>,
linux-kernel@vger.kernel.org, Sekhar Nori <nsekhar@ti.com>,
Manjunathappa Prakash <prakash.pm@ti.com>
Subject: [RFC PATCH 1/3] ARM: mmc: davinci: remove unused variable mmc_pclk and fix opendrain clock calculation
Date: Wed, 22 Jan 2014 12:46:03 +0100 [thread overview]
Message-ID: <1390391165-27906-2-git-send-email-michael@amarulasolutions.com> (raw)
In-Reply-To: <1390391165-27906-1-git-send-email-michael@amarulasolutions.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
drivers/mmc/host/davinci_mmc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
index e9fa87d..8ea09ef 100644
--- a/drivers/mmc/host/davinci_mmc.c
+++ b/drivers/mmc/host/davinci_mmc.c
@@ -683,7 +683,7 @@ static unsigned int calculate_freq_for_card(struct mmc_davinci_host *host,
static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios)
{
- unsigned int open_drain_freq = 0, mmc_pclk = 0;
+ unsigned int open_drain_freq = 0;
unsigned int mmc_push_pull_freq = 0;
struct mmc_davinci_host *host = mmc_priv(mmc);
@@ -693,7 +693,7 @@ static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios)
/* Ignoring the init clock value passed for fixing the inter
* operability with different cards.
*/
- open_drain_freq = ((unsigned int)mmc_pclk
+ open_drain_freq = ((unsigned int)host->mmc_input_clk
/ (2 * MMCSD_INIT_CLOCK)) - 1;
if (open_drain_freq > 0xFF)
--
1.8.1.2
next prev parent reply other threads:[~2014-01-22 11:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 11:46 [RFC PATCH 0/3] ARM: mmc: davinci: Small fixes on host davinci driver Michael Trimarchi
2014-01-22 11:46 ` Michael Trimarchi [this message]
2014-01-22 11:46 ` [RFC PATCH 2/3] ARM: mmc: davinci: Remove cast to the same type Michael Trimarchi
2014-01-22 11:46 ` [RFC PATCH 3/3] ARM: mmc: davinci: clock rate is an unsigned long Michael Trimarchi
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=1390391165-27906-2-git-send-email-michael@amarulasolutions.com \
--to=michael@amarulasolutions.com \
--cc=cjb@laptop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=nsekhar@ti.com \
--cc=prakash.pm@ti.com \
/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
all inboxes | Powered by JetHome®