On Tue, 30 Oct 2012 12:13:18 -0700, Guenter Roeck wrote: > This simplifies the code, improves runtime performance, reduces > code size (about 280 bytes on x86_64), and makes it easier > to add support for new devices. > > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > v4: s/override/overwrite/ > Add back lost break statement in it87_probe() > v3: s/define^I/define / > Handle new conditional FEAT_TEMP_OFFSET > const char * const name -> const char *name > define "features" flag consistently as u16 > v2: Don't introduce new chip type for IT8726F. Doing that would break backward > compatibility. > Since we dropped the has_16bit_fans flag from patch 5/8, changing the code > back to use has_16bit_fans() is no longer needed. > > drivers/hwmon/it87.c | 155 ++++++++++++++++++++++++++------------------------ > 1 file changed, 81 insertions(+), 74 deletions(-) > (...) Applied, thanks. -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors