Re: [PATCH 1/5] x86: efi: refactor efi_init() a bit
From: Olof Johansson
Date: Thu Jan 05 2012 - 16:00:43 EST
On Thu, Jan 5, 2012 at 10:17 AM, Matthew Garrett <mjg59@xxxxxxxxxxxxx> wrote:
> On Tue, Jan 03, 2012 at 09:11:18AM -0800, Olof Johansson wrote:
>
>> if (memmap.desc_size != sizeof(efi_memory_desc_t))
>> - printk(KERN_WARNING
>> - "Kernel-defined memdesc doesn't match the one from EFI!\n");
>> + printk(KERN_WARNING "Kernel-defined memdesc doesn't match the "
>> + "one from EFI!\n");
>
> Just kill this - it's valid per-spec, there's no reason for us to
> complain.
>
> Looks fine otherwise.
Sounds good, I removed it in v4.
-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/