summaryrefslogtreecommitdiff
path: root/drivers/hwmon/pmbus/acbel-fsg032.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pmbus/acbel-fsg032.c')
-rw-r--r--drivers/hwmon/pmbus/acbel-fsg032.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/acbel-fsg032.c b/drivers/hwmon/pmbus/acbel-fsg032.c
index 28a25f30e2cf..0a0ef4ce3493 100644
--- a/drivers/hwmon/pmbus/acbel-fsg032.c
+++ b/drivers/hwmon/pmbus/acbel-fsg032.c
@@ -73,7 +73,7 @@ static struct i2c_driver acbel_fsg032_driver = {
.name = "acbel-fsg032",
.of_match_table = acbel_fsg032_of_match,
},
- .probe_new = acbel_fsg032_probe,
+ .probe = acbel_fsg032_probe,
.id_table = acbel_fsg032_id,
};