summaryrefslogtreecommitdiff
path: root/drivers/regulator/sy8824x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/sy8824x.c')
-rw-r--r--drivers/regulator/sy8824x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/sy8824x.c b/drivers/regulator/sy8824x.c
index c327ad69f676..d0703105c439 100644
--- a/drivers/regulator/sy8824x.c
+++ b/drivers/regulator/sy8824x.c
@@ -236,7 +236,7 @@ static struct i2c_driver sy8824_regulator_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = sy8824_dt_ids,
},
- .probe_new = sy8824_i2c_probe,
+ .probe = sy8824_i2c_probe,
.id_table = sy8824_id,
};
module_i2c_driver(sy8824_regulator_driver);