summaryrefslogtreecommitdiff
path: root/drivers/regulator/sy8827n.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/sy8827n.c')
-rw-r--r--drivers/regulator/sy8827n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/sy8827n.c b/drivers/regulator/sy8827n.c
index 99ca08cc3a6a..433959b43549 100644
--- a/drivers/regulator/sy8827n.c
+++ b/drivers/regulator/sy8827n.c
@@ -190,7 +190,7 @@ static struct i2c_driver sy8827n_regulator_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = sy8827n_dt_ids,
},
- .probe_new = sy8827n_i2c_probe,
+ .probe = sy8827n_i2c_probe,
.id_table = sy8827n_id,
};
module_i2c_driver(sy8827n_regulator_driver);