diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/ltc4245.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/ltc4245.c b/drivers/hwmon/ltc4245.c index 034b2c515848..e38964333612 100644 --- a/drivers/hwmon/ltc4245.c +++ b/drivers/hwmon/ltc4245.c | |||
@@ -382,7 +382,8 @@ static int ltc4245_probe(struct i2c_client *client, | |||
382 | mutex_init(&data->update_lock); | 382 | mutex_init(&data->update_lock); |
383 | 383 | ||
384 | /* Initialize the LTC4245 chip */ | 384 | /* Initialize the LTC4245 chip */ |
385 | /* TODO */ | 385 | i2c_smbus_write_byte_data(client, LTC4245_FAULT1, 0x00); |
386 | i2c_smbus_write_byte_data(client, LTC4245_FAULT2, 0x00); | ||
386 | 387 | ||
387 | /* Register sysfs hooks */ | 388 | /* Register sysfs hooks */ |
388 | ret = sysfs_create_group(&client->dev.kobj, <c4245_group); | 389 | ret = sysfs_create_group(&client->dev.kobj, <c4245_group); |