summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/max15301.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/max15301.c')
-rw-r--r--drivers/hwmon/pmbus/max15301.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/max15301.c b/drivers/hwmon/pmbus/max15301.c
index 0b6f88428ea8..2cfaa62aedd6 100644
--- a/drivers/hwmon/pmbus/max15301.c
+++ b/drivers/hwmon/pmbus/max15301.c
@@ -178,7 +178,7 @@ static struct i2c_driver max15301_driver = {
.driver = {
.name = "max15301",
},
- .probe_new = max15301_probe,
+ .probe = max15301_probe,
.id_table = max15301_id,
};