From 0fde02bf890dd8bfd1f5341523a30ea773feb9c1 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Wed, 21 Sep 2011 06:52:09 -0700 Subject: [PATCH] --- yaml --- r: 264123 b: refs/heads/master c: 7cbe1ceeb6ab2e4bc334b3dab3254d4414b72a23 h: refs/heads/master i: 264121: 305a5d9f456495ed21ae1c8b2757f49ed4a3383c 264119: 70e5d691b9a8b7bd6d445209653a84ec519f5ba6 v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/w83791d.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f0139250407c..e78bfc17faac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f4af6fd6e21792ca4deca3d29c113a575594078e +refs/heads/master: 7cbe1ceeb6ab2e4bc334b3dab3254d4414b72a23 diff --git a/trunk/drivers/hwmon/w83791d.c b/trunk/drivers/hwmon/w83791d.c index 17cf1ab95521..8c2844e5691c 100644 --- a/trunk/drivers/hwmon/w83791d.c +++ b/trunk/drivers/hwmon/w83791d.c @@ -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