Re: [U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible.

2008-09-29 Thread Wolfgang Denk
Dear Heiko Schocher, In message <[EMAIL PROTECTED]> you wrote: > also fix CodingStyle issues for the LM75 > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> > --- > drivers/hwmon/lm75.c | 228 > +++--- > 1 files changed, 105 insertions(+), 123 del

Re: [U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible.

2008-09-29 Thread Stefan Roese
Hi Heiko, On Monday 29 September 2008, Heiko Schocher wrote: > also fix CodingStyle issues for the LM75 Please don't mix functional changes and coding style changes into one patch. I suggest that you first send a coding style cleanup patch and then a functional patch on top of this. Thanks. B

[U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible.

2008-09-29 Thread Heiko Schocher
also fix CodingStyle issues for the LM75 Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- drivers/hwmon/lm75.c | 228 +++--- 1 files changed, 105 insertions(+), 123 deletions(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 67a18