This clean-up series is sent in preparation to add 2 PMIC devices to the TPS65219 Driver. The changes involve replacing magic numbers with macros and replacing printf() instances with pr_err(). The intention is to remove unnecessary noise from the new PMIC device patches added to this driver.
Test Log (AM62B-P1 + TPS65219 EVM): https://gist.github.com/ramamoorthyhs/8c81e33cf6d46c8b5fc135424a5f224b Kernel baseline used in test log: Reg: https://lore.kernel.org/all/[email protected]/ GPIO: https://lore.kernel.org/all/[email protected]/ MFD: https://lore.kernel.org/all/[email protected]/ Shree Ramamoorthy (2): power: regulator: replace printf() with pr_err() power: replace magic numbers with macros drivers/power/regulator/tps65219_regulator.c | 30 ++++++++++---------- include/power/tps65219.h | 14 +++++++-- 2 files changed, 27 insertions(+), 17 deletions(-) -- 2.34.1

