diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-12-14 15:17:23 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-14 15:17:23 -0500 |
commit | 310ec79210d754afe51e2e4a983e846b60179abd (patch) | |
tree | 98e592b60162cd55e367dc19ba3553617a45b0be /drivers/hwmon/w83l786ng.c | |
parent | f40542532e96dda5506eb76badea322f2ae4731c (diff) |
i2c: Drop the kind parameter from detect callbacks
The "kind" parameter always has value -1, and nobody is using it any
longer, so we can remove it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/hwmon/w83l786ng.c')
-rw-r--r-- | drivers/hwmon/w83l786ng.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hwmon/w83l786ng.c b/drivers/hwmon/w83l786ng.c index 27da7d2b15fb..12a5fd67bee0 100644 --- a/drivers/hwmon/w83l786ng.c +++ b/drivers/hwmon/w83l786ng.c | |||
@@ -147,7 +147,7 @@ struct w83l786ng_data { | |||
147 | 147 | ||
148 | static int w83l786ng_probe(struct i2c_client *client, | 148 | static int w83l786ng_probe(struct i2c_client *client, |
149 | const struct i2c_device_id *id); | 149 | const struct i2c_device_id *id); |
150 | static int w83l786ng_detect(struct i2c_client *client, int kind, | 150 | static int w83l786ng_detect(struct i2c_client *client, |
151 | struct i2c_board_info *info); | 151 | struct i2c_board_info *info); |
152 | static int w83l786ng_remove(struct i2c_client *client); | 152 | static int w83l786ng_remove(struct i2c_client *client); |
153 | static void w83l786ng_init_client(struct i2c_client *client); | 153 | static void w83l786ng_init_client(struct i2c_client *client); |
@@ -586,8 +586,7 @@ static const struct attribute_group w83l786ng_group = { | |||
586 | }; | 586 | }; |
587 | 587 | ||
588 | static int | 588 | static int |
589 | w83l786ng_detect(struct i2c_client *client, int kind, | 589 | w83l786ng_detect(struct i2c_client *client, struct i2c_board_info *info) |
590 | struct i2c_board_info *info) | ||
591 | { | 590 | { |
592 | struct i2c_adapter *adapter = client->adapter; | 591 | struct i2c_adapter *adapter = client->adapter; |
593 | u16 man_id; | 592 | u16 man_id; |