summaryrefslogtreecommitdiff
path: root/drivers/regulator/tps51632-regulator.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 10:38:27 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 10:38:27 +1000
commit5d4a063108192b9874ba471d481145cbbcf9ec0d (patch)
tree2ec1e2ba7451448d4e1433cf7e758fa721063afb /drivers/regulator/tps51632-regulator.c
parent34209240c407c265e9ec389df0f502d62eaccc21 (diff)
parentdd5250193155c4ad3350239c709a96d4e2c59df5 (diff)
downloadlinux-next-5d4a063108192b9874ba471d481145cbbcf9ec0d.tar.gz
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
Diffstat (limited to 'drivers/regulator/tps51632-regulator.c')
-rw-r--r--drivers/regulator/tps51632-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps51632-regulator.c b/drivers/regulator/tps51632-regulator.c
index 9bd4e72914ed..d8a856c1587a 100644
--- a/drivers/regulator/tps51632-regulator.c
+++ b/drivers/regulator/tps51632-regulator.c
@@ -354,7 +354,7 @@ static struct i2c_driver tps51632_i2c_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(tps51632_of_match),
},
- .probe_new = tps51632_probe,
+ .probe = tps51632_probe,
.id_table = tps51632_id,
};