Re: [PATCH] x86, efi: Fix a build warning

From: Matt Fleming
Date: Wed Apr 24 2013 - 06:29:27 EST


On 24/04/13 11:09, Borislav Petkov wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> Fix this:
>
> arch/x86/boot/compressed/eboot.c: In function âsetup_efi_varsâ:
> arch/x86/boot/compressed/eboot.c:269:2: warning: passing argument 1 of âefi_call_physâ makes pointer from integer without a cast [enabled by default]
> In file included from arch/x86/boot/compressed/eboot.c:12:0:
> /w/kernel/linux/arch/x86/include/asm/efi.h:8:33: note: expected âvoid *â but argument is of type âlong unsigned intâ
>
> after cc5a080c5d40 ("efi: Pass boot services variable info to runtime
> code").
>
> Cc: Matthew Garrett <matthew.garrett@xxxxxxxxxx>
> Cc: Matt Fleming <matt.fleming@xxxxxxxxx>
> Signed-off-by: Borislav Petkov <bp@xxxxxxx>
> ---
> arch/x86/boot/compressed/eboot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied!
--
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/