Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165541
b: refs/heads/master
c: 58f055e
h: refs/heads/master
i:
  165539: 2636c64
v: v3
  • Loading branch information
Ira W. Snyder authored and Jean Delvare committed Sep 23, 2009
1 parent e3dabd5 commit 444fc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6b9d69602aec2c869dd2ca730aab2cc58473c2d
refs/heads/master: 58f055e5314856a3badfa61fe144347903488989
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/ltc4245.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ static int ltc4245_probe(struct i2c_client *client,
mutex_init(&data->update_lock);

/* Initialize the LTC4245 chip */
/* TODO */
i2c_smbus_write_byte_data(client, LTC4245_FAULT1, 0x00);
i2c_smbus_write_byte_data(client, LTC4245_FAULT2, 0x00);

/* Register sysfs hooks */
ret = sysfs_create_group(&client->dev.kobj, &ltc4245_group);
Expand Down

0 comments on commit 444fc74

Please sign in to comment.