All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dm: core: Don't show an ACPI warning if there is no ordering
@ 2020-07-17 14:49 Simon Glass
  2020-07-17 15:03 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2020-07-17 14:49 UTC (permalink / raw)
  To: u-boot

Some boards don't care about the ordering of ACPI code fragments. Change
the warning to a debug message.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/core/acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c
index cdbc2c5cf5..7fe93992b5 100644
--- a/drivers/core/acpi.c
+++ b/drivers/core/acpi.c
@@ -195,7 +195,7 @@ static int sort_acpi_item_type(struct acpi_ctx *ctx, void *start,
 					"u-boot,acpi-dsdt-order" :
 					"u-boot,acpi-ssdt-order", &size);
 	if (!order) {
-		log_warning("Failed to find ordering, leaving as is\n");
+		log_debug("Failed to find ordering, leaving as is\n");
 		return 0;
 	}
 
-- 
2.28.0.rc0.105.gf9edc3c819-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-20  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 14:49 [PATCH] dm: core: Don't show an ACPI warning if there is no ordering Simon Glass
2020-07-17 15:03 ` Bin Meng
2020-07-20  1:45   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.