Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758130Ab3DXK3H (ORCPT ); Wed, 24 Apr 2013 06:29:07 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:42809 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757917Ab3DXK3F (ORCPT ); Wed, 24 Apr 2013 06:29:05 -0400 Message-ID: <5177B3EC.2040502@intel.com> Date: Wed, 24 Apr 2013 11:29:00 +0100 From: Matt Fleming Organization: Intel Corporation (UK) Ltd. - Registered No. 1134945 - Pipers Way, Swindon SN3 1RJ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Borislav Petkov CC: X86 ML , LKML , Borislav Petkov , Matthew Garrett , Paul Bolle Subject: Re: [PATCH] x86, efi: Fix a build warning References: <1366798154-1380-1-git-send-email-bp@alien8.de> In-Reply-To: <1366798154-1380-1-git-send-email-bp@alien8.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1103 Lines: 26 On 24/04/13 11:09, Borislav Petkov wrote: > From: Borislav Petkov > > 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 > Cc: Matt Fleming > Signed-off-by: Borislav Petkov > --- > 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/