Blackfin arch: sram: use 'unsigned long' for irqflags
authorVegard Nossum <vegard.nossum@gmail.com>
Thu, 28 Aug 2008 09:28:46 +0000 (17:28 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 28 Aug 2008 09:28:46 +0000 (17:28 +0800)
commit226a6ec31117113a3b775b6b8d63dc4487c2d333
tree557fe8076917459fa856b6e5161613e40266f044
parenta95ca3b2b9dee628ef57df38f0b263e5a4355953
Blackfin arch: sram: use 'unsigned long' for irqflags

Using just 'unsigned' will make flags an unsigned int. While this is
arguably not an error on blackfin where sizeof(int) == sizeof(long),
the patch is still justified on the grounds of principle.

The patch was generated using the Coccinelle semantic patch framework.

Cc: Julia Lawall <julia@diku.dk>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mm/blackfin_sram.c