BGRT can legitimately be a different version from what we support, and that's a problem with the driver not supporting something, not an error that needs to be surfaced to the user. Signed-off-by: Peter Jones <pjones@xxxxxxxxxx> --- arch/x86/platform/efi/efi-bgrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/platform/efi/efi-bgrt.c b/arch/x86/platform/efi/efi-bgrt.c index d7f997f..e568701 100644 --- a/arch/x86/platform/efi/efi-bgrt.c +++ b/arch/x86/platform/efi/efi-bgrt.c @@ -46,7 +46,7 @@ void __init efi_bgrt_init(void) return; } if (bgrt_tab->version != 1) { - pr_err("Ignoring BGRT: invalid version %u (expected 1)\n", + pr_debug("Ignoring BGRT: invalid version %u (expected 1)\n", bgrt_tab->version); return; } -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html