]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Jan 2009 20:00:29 +0000 (20:00 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 16 Jan 2009 05:15:12 +0000 (16:15 +1100)
commit65c628c73ebc0fc640016f81c1bd4a5874537b4e
tree8070aff67906889466c43d2221dd1f62284d4338
parent5f6d7ab69d0b6cd6a44c9134c82c7f8435ca2ecc
powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs

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 <sfr@canb.auug.org.au>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/ps3/interrupt.c