diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2023-05-18 10:38:27 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2023-05-18 10:38:27 +1000 |
commit | 5d4a063108192b9874ba471d481145cbbcf9ec0d (patch) | |
tree | 2ec1e2ba7451448d4e1433cf7e758fa721063afb /drivers/regulator/tps51632-regulator.c | |
parent | 34209240c407c265e9ec389df0f502d62eaccc21 (diff) | |
parent | dd5250193155c4ad3350239c709a96d4e2c59df5 (diff) | |
download | linux-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.c | 2 |
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, }; |