From: Felipe Balbi <balbi@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Felipe Balbi <balbi@ti.com>
Subject: [PATCH 6/6] arm: omap2: clksel: fix compile warning
Date: Tue, 15 Feb 2011 14:49:16 +0200 [thread overview]
Message-ID: <1297774156-23312-7-git-send-email-balbi@ti.com> (raw)
In-Reply-To: <1297774156-23312-1-git-send-email-balbi@ti.com>
Fix the following compile warning:
arch/arm/mach-omap2/clkt_clksel.c: In function '_get_div_and_fieldval':
arch/arm/mach-omap2/clkt_clksel.c:100:35: warning: 'max_clkr' may be
used uninitialized in this function
Signed-off-by: Felipe Balbi <balbi@ti.com>
---
arch/arm/mach-omap2/clkt_clksel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/clkt_clksel.c b/arch/arm/mach-omap2/clkt_clksel.c
index a781cd6..e25364d 100644
--- a/arch/arm/mach-omap2/clkt_clksel.c
+++ b/arch/arm/mach-omap2/clkt_clksel.c
@@ -97,7 +97,7 @@ static u8 _get_div_and_fieldval(struct clk *src_clk, struct clk *clk,
u32 *field_val)
{
const struct clksel *clks;
- const struct clksel_rate *clkr, *max_clkr;
+ const struct clksel_rate *clkr, *max_clkr = NULL;
u8 max_div = 0;
clks = _get_clksel_by_parent(clk, src_clk);
--
1.7.4.rc2
next prev parent reply other threads:[~2011-02-15 12:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 12:49 [PATCH 0/6] trivial compile warning fixes Felipe Balbi
2011-02-15 12:49 ` [PATCH 1/6] arm: omap: i2c: fix compile warning Felipe Balbi
2011-02-15 12:49 ` [PATCH 2/6] arm: omap1: " Felipe Balbi
2011-02-15 12:49 ` [PATCH 3/6] arm: omap1: fix compile warnings Felipe Balbi
2011-02-15 12:49 ` [PATCH 4/6] arm: omap1: fix a bunch of section mismatches Felipe Balbi
2011-02-15 12:49 ` [PATCH 5/6] arm: omap2: irq: fix compile warning: Felipe Balbi
2011-02-15 12:49 ` Felipe Balbi [this message]
2011-02-15 18:33 ` [PATCH 6/6] arm: omap2: clksel: fix compile warning Paul Walmsley
2011-02-16 17:30 ` [PATCH 0/6] trivial compile warning fixes Tony Lindgren
2011-02-16 19:48 ` Felipe Balbi
2011-02-17 1:50 ` Tony Lindgren
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=1297774156-23312-7-git-send-email-balbi@ti.com \
--to=balbi@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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