Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95723
b: refs/heads/master
c: 5d822e9
h: refs/heads/master
i:
  95721: c72ab74
  95719: 29f566c
v: v3
  • Loading branch information
Mark M. Hoffman committed Apr 27, 2008
1 parent b80a81e commit baadd37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: ccd6befceb9a9b02114a93ff4cfa29adbdf60b6d
refs/heads/master: 5d822e9bd9d866672984c6a6b613f0c11ca2543b
4 changes: 0 additions & 4 deletions trunk/drivers/hwmon/asb100.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,12 +953,8 @@ static void asb100_write_value(struct i2c_client *client, u16 reg, u16 value)
static void asb100_init_client(struct i2c_client *client)
{
struct asb100_data *data = i2c_get_clientdata(client);
int vid = 0;

vid = asb100_read_value(client, ASB100_REG_VID_FANDIV) & 0x0f;
vid |= (asb100_read_value(client, ASB100_REG_CHIPID) & 0x01) << 4;
data->vrm = vid_which_vrm();
vid = vid_from_reg(vid, data->vrm);

/* Start monitoring */
asb100_write_value(client, ASB100_REG_CONFIG,
Expand Down

0 comments on commit baadd37

Please sign in to comment.