summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/tda38640.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/tda38640.c')
-rw-r--r--drivers/hwmon/pmbus/tda38640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/tda38640.c b/drivers/hwmon/pmbus/tda38640.c
index c3e781319cd1..450b0273fb59 100644
--- a/drivers/hwmon/pmbus/tda38640.c
+++ b/drivers/hwmon/pmbus/tda38640.c
@@ -62,7 +62,7 @@ static struct i2c_driver tda38640_driver = {
.name = "tda38640",
.of_match_table = of_match_ptr(tda38640_of_match),
},
- .probe_new = tda38640_probe,
+ .probe = tda38640_probe,
.id_table = tda38640_id,
};