summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/tps546d24.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/tps546d24.c')
-rw-r--r--drivers/hwmon/pmbus/tps546d24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/tps546d24.c b/drivers/hwmon/pmbus/tps546d24.c
index 435f94304ad8..69bbdb6c680b 100644
--- a/drivers/hwmon/pmbus/tps546d24.c
+++ b/drivers/hwmon/pmbus/tps546d24.c
@@ -59,7 +59,7 @@ static struct i2c_driver tps546d24_driver = {
.name = "tps546d24",
.of_match_table = of_match_ptr(tps546d24_of_match),
},
- .probe_new = tps546d24_probe,
+ .probe = tps546d24_probe,
.id_table = tps546d24_id,
};