Re: [PATCH] Fix regression caused by typo in lm90.c

2007-07-29 Thread Mark M. Hoffman
Hi: > On 7/26/2007, "Guillaume Chazarain" <[EMAIL PROTECTED]> 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_a

Re: [PATCH] Fix regression caused by typo in lm90.c

2007-07-27 Thread Rainer Birkenmaier
Hi, my original patch for this didn't have that typo, however I had spelled it in small letters instead of capital letters. So I guess, the typo sneaked in while switching from small to capital letter. Main message: I can confirm that it actually is a typo :) have a great day /Rainer Am Freitag

Re: [PATCH] Fix regression caused by typo in lm90.c

2007-07-27 Thread Jean Delvare
Hi Guillaume, On 7/26/2007, "Guillaume Chazarain" <[EMAIL PROTECTED]> wrote: >The commit >http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=32c82a934759b2c9939c9e25865c2d7d1204b9e8 >broke lm90 for my (Asus V6VA) laptop. > >Before 2.6.23-rc1 and with the following pa