From 3851f4c5b6dc36ee9d10b6eb2d3305947dbfd0cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 22 Jul 2013 12:32:55 +0200 Subject: [PATCH] karo: fdt: make "Failed to find node" message in karo_fdt_fixup_usb_otg() a debug message --- board/karo/common/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/karo/common/fdt.c b/board/karo/common/fdt.c index b4c77e9261..cff74ada56 100644 --- a/board/karo/common/fdt.c +++ b/board/karo/common/fdt.c @@ -174,7 +174,7 @@ void karo_fdt_fixup_usb_otg(void *blob, const char *node, const char *phy) off = fdt_path_offset(blob, node); if (off < 0) { - printf("Failed to find node %s\n", node); + debug("Failed to find node %s\n", node); return; } -- 2.39.2