From: "Mark M. Hoffman" <mhoffman@lightlink.com>
To: Jean Delvare <khali@linux-fr.org>
Cc: guichaz@yahoo.fr,
Rainer Birkenmaier <rainer.birkenmaier@siemens.com>,
linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: Re: [PATCH] Fix regression caused by typo in lm90.c
Date: Sun, 29 Jul 2007 14:39:15 -0400 [thread overview]
Message-ID: <20070729183915.GA31314@jupiter.solarsys.private> (raw)
In-Reply-To: <BbJeFUOL.1185523665.8121830.khali@localhost>
Hi:
> On 7/26/2007, "Guillaume Chazarain" <guichaz@yahoo.fr> wrote:
> >diff -r 4cad6fced1a8 drivers/hwmon/lm90.c
> >--- a/drivers/hwmon/lm90.c Thu Jul 26 13:44:58 2007 -0700
> >+++ b/drivers/hwmon/lm90.c Tue Jul 24 00:02:52 2007 +0200
> >@@ -585,7 +585,7 @@ static int lm90_detect(struct i2c_adapte
> > * those of the man_id register.
> > */
> > if (chip_id == man_id
> >- && (address == 0x4F || address == 0x4D)
> >+ && (address == 0x4C || address == 0x4D)
> > && (reg_config1 & 0x1F) == (man_id & 0x0F)
> > && reg_convrate <= 0x09) {
> > kind = max6657;
* Jean Delvare <khali@linux-fr.org> [2007-07-27 10:07:45 +0200]:
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Applied to hwmon-2.6.git/testing, thanks.
--
Mark M. Hoffman
mhoffman@lightlink.com
next prev parent reply other threads:[~2007-07-29 18:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070726230422.2955.70451.sendpatchset@localhost.localdomain>
2007-07-27 8:07 ` [PATCH] Fix regression caused by typo in lm90.c Jean Delvare
2007-07-29 18:39 ` Mark M. Hoffman [this message]
2007-07-27 12:24 ` Rainer Birkenmaier
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=20070729183915.GA31314@jupiter.solarsys.private \
--to=mhoffman@lightlink.com \
--cc=guichaz@yahoo.fr \
--cc=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=rainer.birkenmaier@siemens.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