]> git.ipfire.org Git - thirdparty/linux.git/commit
regulator: tps65219: Remove debugging helper function
authorShree Ramamoorthy <s-ramamoorthy@ti.com>
Tue, 17 Dec 2024 20:45:26 +0000 (14:45 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 17 Dec 2024 21:20:01 +0000 (21:20 +0000)
commit64a6b577490c1c71f1a3bbdb3844717815214621
tree9f3977e0d8926a99415eee4c301e522ba5659e42
parentca321ef98b80eb282a4dcdd5231f666c610b0575
regulator: tps65219: Remove debugging helper function

This helper function is primarily used by developers for debugging & is
not a standard feature included in other PMIC drivers. The purpose of
debugging function is to check if rdev is determine if the regulator has
been registered prior to requesting a threaded irq. This case is already
handled with the ISERR(rdev) check because the error code is returned.

Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
Link: https://patch.msgid.link/20241217204526.1010989-5-s-ramamoorthy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65219-regulator.c