On 27 February 2017 at 09:52, Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > Stop printing an error on all machines without ERST descriptors. > > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> We have similar changes already queued for v4.12 in our next branch, with the only difference being that you are using pr_info() rather than pr_warn() (and according to the contributor of the patch, that is sufficient to prevent the warning from appearing on top of the graphical splash on his distro) Thanks, Ard. > --- > drivers/firmware/efi/esrt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/firmware/efi/esrt.c b/drivers/firmware/efi/esrt.c > index 1491407..0d902bb 100644 > --- a/drivers/firmware/efi/esrt.c > +++ b/drivers/firmware/efi/esrt.c > @@ -254,7 +254,7 @@ void __init efi_esrt_init(void) > > rc = efi_mem_desc_lookup(efi.esrt, &md); > if (rc < 0) { > - pr_err("ESRT header is not in the memory map.\n"); > + pr_info("ESRT header is not in the memory map.\n"); > return; > } > > -- > 2.9.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