diff options
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r-- | drivers/hwmon/lm90.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 6882ce75feee..24b3b0e97537 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c | |||
@@ -429,7 +429,7 @@ static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec); | |||
429 | */ | 429 | */ |
430 | 430 | ||
431 | /* The ADM1032 supports PEC but not on write byte transactions, so we need | 431 | /* The ADM1032 supports PEC but not on write byte transactions, so we need |
432 | to explicitely ask for a transaction without PEC. */ | 432 | to explicitly ask for a transaction without PEC. */ |
433 | static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) | 433 | static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) |
434 | { | 434 | { |
435 | return i2c_smbus_xfer(client->adapter, client->addr, | 435 | return i2c_smbus_xfer(client->adapter, client->addr, |