diff options
Diffstat (limited to 'drivers/hwmon/w83627ehf.c')
-rw-r--r-- | drivers/hwmon/w83627ehf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c index f5fec1cd1d4..a26830dfea7 100644 --- a/drivers/hwmon/w83627ehf.c +++ b/drivers/hwmon/w83627ehf.c | |||
@@ -319,7 +319,7 @@ static const char *const nct6776_temp_label[] = { | |||
319 | 319 | ||
320 | #define NUM_REG_TEMP ARRAY_SIZE(NCT6775_REG_TEMP) | 320 | #define NUM_REG_TEMP ARRAY_SIZE(NCT6775_REG_TEMP) |
321 | 321 | ||
322 | static inline int is_word_sized(u16 reg) | 322 | static int is_word_sized(u16 reg) |
323 | { | 323 | { |
324 | return ((((reg & 0xff00) == 0x100 | 324 | return ((((reg & 0xff00) == 0x100 |
325 | || (reg & 0xff00) == 0x200) | 325 | || (reg & 0xff00) == 0x200) |