From khali@linux-fr.org Fri Jul 29 11:54:40 2005 Date: Fri, 29 Jul 2005 20:51:54 +0200 From: Jean Delvare To: Greg KH Subject: hwmon: lm85: trivial cleanups Message-Id: <20050729205154.4cc9a9f7.khali@linux-fr.org> Remove an unused macro and an outdated comment from the lm85 driver. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- drivers/hwmon/lm85.c | 9 --------- 1 files changed, 9 deletions(-) --- gregkh-2.6.orig/drivers/hwmon/lm85.c 2005-08-08 09:58:22.000000000 -0700 +++ gregkh-2.6/drivers/hwmon/lm85.c 2005-08-08 14:38:51.000000000 -0700 @@ -282,15 +282,6 @@ #define PPR_TO_REG(val,fan) (SENSORS_LIMIT((val)-1,0,3)<<(fan *2)) #define PPR_FROM_REG(val,fan) ((((val)>>(fan * 2))&0x03)+1) -/* i2c-vid.h defines vid_from_reg() */ -#define VID_FROM_REG(val,vrm) (vid_from_reg((val),(vrm))) - -/* Unlike some other drivers we DO NOT set initial limits. Use - * the config file to set limits. Some users have reported - * motherboards shutting down when we set limits in a previous - * version of the driver. - */ - /* Chip sampling rates * * Some sensors are not updated more frequently than once per second