]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: downgrade some dm_warn messages to log_debug()
authorQuentin Schulz <quentin.schulz@cherry.de>
Tue, 15 Oct 2024 14:32:14 +0000 (16:32 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 18:09:18 +0000 (12:09 -0600)
commitcfad2878b43fd90dd7a2ed68e584580a0831082e
tree42fe78ebb0744e56c026e48cf863cd657ec31907
parentdfe9e29f8381213c377bfa1de4d1ba7587c3b1c3
dm: core: downgrade some dm_warn messages to log_debug()

People complained that enabling (SPL_)DM_WARN was now totally unusable
due to the amount of messages printed on the console.

Let's downgrade the log level of some messages that are clearly not on
the error path.

Note that there's one pr_debug in there, because it is followed by
pr_cont so it made sense to reuse the same family of functions.

Reported-by: Alexander Dahl <ada@thorsis.com>
Fixes: 6afdb1585112 ("dm: core: migrate debug() messages to use dm_warn")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/of_access.c
drivers/core/of_addr.c
drivers/core/of_extra.c
drivers/core/ofnode.c