Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350572
b: refs/heads/master
c: 54be068
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Guenter Roeck committed Feb 20, 2013
1 parent 486609e commit 72a397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 436440fc166fd6127fc1e8e8415e7f2830dd9c5e
refs/heads/master: 54be068d19ccdad6864dd8a24c20885af26f851c
6 changes: 1 addition & 5 deletions trunk/drivers/hwmon/adt7410.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ enum adt7410_type { /* keep sorted in alphabetical order */
adt7410,
};

/* Addresses scanned */
static const unsigned short normal_i2c[] = { 0x48, 0x49, 0x4a, 0x4b,
I2C_CLIENT_END };

static const u8 ADT7410_REG_TEMP[4] = {
ADT7410_TEMPERATURE, /* input */
ADT7410_T_ALARM_HIGH, /* high */
Expand Down Expand Up @@ -453,7 +449,7 @@ static struct i2c_driver adt7410_driver = {
.probe = adt7410_probe,
.remove = adt7410_remove,
.id_table = adt7410_ids,
.address_list = normal_i2c,
.address_list = I2C_ADDRS(0x48, 0x49, 0x4a, 0x4b),
};

module_i2c_driver(adt7410_driver);
Expand Down

0 comments on commit 72a397e

Please sign in to comment.