From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A29AF2C02FD for ; Wed, 13 Feb 2013 07:02:27 +1100 (EST) Subject: Re: [PATCH 1/4] powerpc/fsl: msi: sparse fixes Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1354318502-367-1-git-send-email-kim.phillips@freescale.com> Date: Tue, 12 Feb 2013 14:02:11 -0600 Message-Id: <89A92237-49C7-48F7-ABDF-C9850EFB610E@kernel.crashing.org> References: <1354318502-367-1-git-send-email-kim.phillips@freescale.com> To: Kim Phillips Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 30, 2012, at 5:34 PM, Kim Phillips wrote: > arch/powerpc/sysdev/fsl_msi.c:31:1: warning: symbol 'msi_head' was not = declared. Should it be static? > arch/powerpc/sysdev/fsl_msi.c:138:40: warning: incorrect type in = argument 1 (different base types) > arch/powerpc/sysdev/fsl_msi.c:138:40: expected restricted __be64 = const [usertype] *p > arch/powerpc/sysdev/fsl_msi.c:138:40: got unsigned long long const = [usertype] *[assigned] reg >=20 > Signed-off-by: Kim Phillips > --- > arch/powerpc/sysdev/fsl_msi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied 1-4 to next - k=