[PATCH 1/3] ARM: rpi: turn fixup message into debug messages
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Sep 11 01:17:45 PDT 2024
When network booted, these properties may be missing and informing the
user about it arguably just clutters the log.
Thus bump down the log level to debug.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/arm/boards/raspberry-pi/rpi-common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c b/arch/arm/boards/raspberry-pi/rpi-common.c
index 628f657ea216..ee0b0f63dbef 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -301,7 +301,7 @@ static struct device_node *register_vc_fixup(struct device_node *root,
tmp->full_name = xstrdup(ret->full_name);
of_register_fixup(rpi_vc_fdt_fixup, tmp);
} else {
- pr_info("no '%s' node found in vc fdt\n", path);
+ pr_debug("no '%s' node found in vc fdt\n", path);
}
return ret;
@@ -341,7 +341,7 @@ static int register_vc_property_fixup(struct device_node *root,
of_register_fixup(rpi_vc_fdt_fixup_property, fixup_data);
} else {
- pr_info("no '%s' node found in vc fdt\n", path);
+ pr_debug("no '%s' node found in vc fdt\n", path);
return -ENOENT;
}
--
2.39.2
More information about the barebox
mailing list