From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Jean Delvare <khali@linux-fr.org>, Wolfram Sang <w.sang@pengutronix.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linux I2C <linux-i2c@vger.kernel.org>
Subject: Re: [GIT PULL] i2c updates for 2.6.30
Date: Tue, 7 Apr 2009 22:20:29 +0200 [thread overview]
Message-ID: <10f740e80904071320t2fdd073bs51f3a8abf0f60e36@mail.gmail.com> (raw)
In-Reply-To: <20090328213950.1c788471@hyperion.delvare>
On Sat, Mar 28, 2009 at 22:39, Jean Delvare <khali@linux-fr.org> wrote:
> Please pull the i2c subsystem updates for Linux 2.6.30 from:
> Wolfram Sang (4):
> i2c-algo-pca: Rework waiting for a free bus
This one introduced:
drivers/i2c/algos/i2c-algo-pca.c:197: warning: 'state' is used
uninitialized in this function
Probably
while (pca_status(adap) != 0xf8) {
should become
while ((state = pca_status(adap)) != 0xf8) {
again.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next prev parent reply other threads:[~2009-04-07 20:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-28 20:39 Jean Delvare
2009-04-07 20:20 ` Geert Uytterhoeven [this message]
2009-04-08 8:03 ` Wolfram Sang
2009-04-08 8:13 ` Jean Delvare
2009-04-08 8:15 ` Wolfram Sang
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=10f740e80904071320t2fdd073bs51f3a8abf0f60e36@mail.gmail.com \
--to=geert@linux-m68k.org \
--cc=khali@linux-fr.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=w.sang@pengutronix.de \
/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®