]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 3 Dec 2024 10:06:11 +0000 (11:06 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Dec 2024 22:31:31 +0000 (07:31 +0900)
commit74cd1af1124fbe3cd16c58bc3ad9ff1f9c6ecf3e
tree76bd458bf4cf7e6f4fa438e6ff8e49c587e56187
parentccddb0abec37f4628224ec20846b001a3e85e951
power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()

To ease debugging, use dev_err() instead of dev_dbg() for
alerting when regulator has nonunique value.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/regulator/regulator-uclass.c