diff options
| author | Shree Ramamoorthy <[email protected]> | 2024-12-17 20:45:24 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-12-17 21:19:59 +0000 |
| commit | 2ef8310c464cac41a024fc6fd2910e51f10a38e7 (patch) | |
| tree | e934e70d16a79e1a728a64a28d85f69a36a5cd37 | |
| parent | regulator: tps65219: Use dev_err_probe() instead of dev_err() (diff) | |
| download | kernel-2ef8310c464cac41a024fc6fd2910e51f10a38e7.tar.gz kernel-2ef8310c464cac41a024fc6fd2910e51f10a38e7.zip | |
regulator: tps65219: Update driver name
Follow the same naming convention in tps6594-regulator.c with
tpsxxx-regulator instead of tpsxxx-pmic.
Signed-off-by: Shree Ramamoorthy <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | drivers/regulator/tps65219-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65219-regulator.c b/drivers/regulator/tps65219-regulator.c index 14d843a99d0f..5decf69f327a 100644 --- a/drivers/regulator/tps65219-regulator.c +++ b/drivers/regulator/tps65219-regulator.c @@ -379,7 +379,7 @@ MODULE_DEVICE_TABLE(platform, tps65219_regulator_id_table); static struct platform_driver tps65219_regulator_driver = { .driver = { - .name = "tps65219-pmic", + .name = "tps65219-regulator", .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, .probe = tps65219_regulator_probe, |
