Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264123
b: refs/heads/master
c: 7cbe1ce
h: refs/heads/master
i:
  264121: 305a5d9
  264119: 70e5d69
v: v3
  • Loading branch information
Chris Peterson authored and Guenter Roeck committed Sep 22, 2011
1 parent c76024b commit 0fde02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f4af6fd6e21792ca4deca3d29c113a575594078e
refs/heads/master: 7cbe1ceeb6ab2e4bc334b3dab3254d4414b72a23
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/w83791d.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ static int w83791d_detect(struct i2c_client *client,
struct i2c_board_info *info);
static int w83791d_remove(struct i2c_client *client);

static int w83791d_read(struct i2c_client *client, u8 register);
static int w83791d_write(struct i2c_client *client, u8 register, u8 value);
static int w83791d_read(struct i2c_client *client, u8 reg);
static int w83791d_write(struct i2c_client *client, u8 reg, u8 value);
static struct w83791d_data *w83791d_update_device(struct device *dev);

#ifdef DEBUG
Expand Down

0 comments on commit 0fde02b

Please sign in to comment.