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/misc/ics932s401.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/misc/ics932s401.c')
-rw-r--r-- | drivers/misc/ics932s401.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/ics932s401.c b/drivers/misc/ics932s401.c index 4bb7a3af9ad9..75097ec43edd 100644 --- a/drivers/misc/ics932s401.c +++ b/drivers/misc/ics932s401.c | |||
@@ -106,7 +106,7 @@ struct ics932s401_data { | |||
106 | 106 | ||
107 | static int ics932s401_probe(struct i2c_client *client, | 107 | static int ics932s401_probe(struct i2c_client *client, |
108 | const struct i2c_device_id *id); | 108 | const struct i2c_device_id *id); |
109 | static int ics932s401_detect(struct i2c_client *client, int kind, | 109 | static int ics932s401_detect(struct i2c_client *client, |
110 | struct i2c_board_info *info); | 110 | struct i2c_board_info *info); |
111 | static int ics932s401_remove(struct i2c_client *client); | 111 | static int ics932s401_remove(struct i2c_client *client); |
112 | 112 | ||
@@ -413,7 +413,7 @@ static ssize_t show_spread(struct device *dev, | |||
413 | } | 413 | } |
414 | 414 | ||
415 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 415 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
416 | static int ics932s401_detect(struct i2c_client *client, int kind, | 416 | static int ics932s401_detect(struct i2c_client *client, |
417 | struct i2c_board_info *info) | 417 | struct i2c_board_info *info) |
418 | { | 418 | { |
419 | struct i2c_adapter *adapter = client->adapter; | 419 | struct i2c_adapter *adapter = client->adapter; |