summaryrefslogtreecommitdiff
path: root/drivers/regulator/max77826-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max77826-regulator.c')
-rw-r--r--drivers/regulator/max77826-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max77826-regulator.c b/drivers/regulator/max77826-regulator.c
index ea5d4b18b464..3855f5e686d8 100644
--- a/drivers/regulator/max77826-regulator.c
+++ b/drivers/regulator/max77826-regulator.c
@@ -292,7 +292,7 @@ static struct i2c_driver max77826_regulator_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(max77826_of_match),
},
- .probe_new = max77826_i2c_probe,
+ .probe = max77826_i2c_probe,
.id_table = max77826_id,
};
module_i2c_driver(max77826_regulator_driver);