power: regulator: replace printf() with pr_err()
authorShree Ramamoorthy <s-ramamoorthy@ti.com>
Wed, 18 Dec 2024 17:12:35 +0000 (11:12 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 13 Jan 2025 22:44:30 +0000 (07:44 +0900)
commiteda65fa42b95bf83363dd07451f760d1213793ac
tree70d2b27a3e7ea62c04e21daf1a504fcfec2350d1
parent6a0db9ee030f634731b792d864fc7a9df6cc6b80
power: regulator: replace printf() with pr_err()

Replace printf() with pr_err() because pr_err() has a uniform print format
and takes into consideration the log levels supported.

Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/regulator/tps65219_regulator.c