diff options
Diffstat (limited to 'drivers/hwmon/atxp1.c')
-rw-r--r-- | drivers/hwmon/atxp1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/atxp1.c b/drivers/hwmon/atxp1.c index ced54189a579..329ddafd524b 100644 --- a/drivers/hwmon/atxp1.c +++ b/drivers/hwmon/atxp1.c | |||
@@ -254,7 +254,7 @@ static DEVICE_ATTR(gpio2, S_IRUGO | S_IWUSR, atxp1_showgpio2, atxp1_storegpio2); | |||
254 | 254 | ||
255 | static int atxp1_attach_adapter(struct i2c_adapter *adapter) | 255 | static int atxp1_attach_adapter(struct i2c_adapter *adapter) |
256 | { | 256 | { |
257 | return i2c_detect(adapter, &addr_data, &atxp1_detect); | 257 | return i2c_probe(adapter, &addr_data, &atxp1_detect); |
258 | }; | 258 | }; |
259 | 259 | ||
260 | static int atxp1_detect(struct i2c_adapter *adapter, int address, int kind) | 260 | static int atxp1_detect(struct i2c_adapter *adapter, int address, int kind) |