From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <496E6CEC.90209@am.sony.com> Date: Wed, 14 Jan 2009 14:53:32 -0800 From: Geoff Levand MIME-Version: 1.0 To: Stephen Rothwell Subject: Re: [PATCH 04/13] powerpc/ps3: clear_bit/set_bit operate on unsigned longs References: <20090114165450.ebbc11a7.sfr@canb.auug.org.au> <20090114170029.702de0cd.sfr@canb.auug.org.au> In-Reply-To: <20090114170029.702de0cd.sfr@canb.auug.org.au> Content-Type: text/plain; charset="ISO-8859-1" Cc: ppc-dev , cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Stephen Rothwell wrote: > This fixes these compiler warning: > > arch/powerpc/platforms/ps3/interrupt.c:109: warning: passing argument 2 of 'clear_bit' from incompatible pointer type > arch/powerpc/platforms/ps3/interrupt.c:130: warning: passing argument 2 of 'set_bit' from incompatible pointer type > > Signed-off-by: Stephen Rothwell > --- > arch/powerpc/platforms/ps3/interrupt.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Acked-by: Geoff Levand