Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108480
b: refs/heads/master
c: 16a515f
h: refs/heads/master
v: v3
  • Loading branch information
Michael Borisov authored and Linus Torvalds committed Aug 15, 2008
1 parent 444207d commit b3b959f
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: f91a79fe86a0becdf2506c189cdde154e82c787c
refs/heads/master: 16a515fd0cd3711a7da464d36009f18cd8e23f07
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/w83791d.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,10 @@ static int w83791d_probe(struct i2c_client *client,
{
struct w83791d_data *data;
struct device *dev = &client->dev;
int i, val1, err;
int i, err;

#ifdef DEBUG
int val1;
val1 = w83791d_read(client, W83791D_REG_DID_VID4);
dev_dbg(dev, "Device ID version: %d.%d (0x%02x)\n",
(val1 >> 5) & 0x07, (val1 >> 1) & 0x0f, val1);
Expand Down

0 comments on commit b3b959f

Please sign in to comment.