pmic: pfuze100: Change error message level to debug
authorFabio Estevam <festevam@gmail.com>
Fri, 17 Apr 2020 12:27:10 +0000 (09:27 -0300)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Apr 2020 10:59:37 +0000 (12:59 +0200)
commit417ea635dce2837e2273fa8684ee9750e67eb0ad
tree013929ae2681af2b106db35683c634fb67bedfed
parent4c13a4db60b4d570ea8cc496d02e5ea31adf27f0
pmic: pfuze100: Change error message level to debug

In some cases U-Boot runs the same binary on different board versions.

In wandboard, for example, there are versions with the PFUZE100 PMIC
populated and others without it.

When the PMIC is not present, it is not really useful to get PMIC error,
so change the error message level to debug instead.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Heiko Schocher <hs@denx.de>
drivers/power/pmic/pfuze100.c