summaryrefslogtreecommitdiff
path: root/drivers/hwmon/max31760.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/max31760.c')
-rw-r--r--drivers/hwmon/max31760.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max31760.c b/drivers/hwmon/max31760.c
index 4489110f109c..79945eb466ae 100644
--- a/drivers/hwmon/max31760.c
+++ b/drivers/hwmon/max31760.c
@@ -584,7 +584,7 @@ static struct i2c_driver max31760_driver = {
.of_match_table = max31760_of_match,
.pm = pm_ptr(&max31760_pm_ops)
},
- .probe_new = max31760_probe,
+ .probe = max31760_probe,
.id_table = max31760_id
};
module_i2c_driver(max31760_driver);