From: Shree Ramamoorthy Date: Tue, 17 Dec 2024 20:45:24 +0000 (-0600) Subject: regulator: tps65219: Update driver name X-Git-Tag: v6.14-rc1~158^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ef8310c464cac41a024fc6fd2910e51f10a38e7;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20241217204526.1010989-3-s-ramamoorthy@ti.com Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps65219-regulator.c b/drivers/regulator/tps65219-regulator.c index 14d843a99d0fe..5decf69f327ae 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,