From: Vegard Nossum Date: Thu, 28 Aug 2008 09:28:46 +0000 (+0800) Subject: Blackfin arch: sram: use 'unsigned long' for irqflags X-Git-Tag: v2.6.27-rc5~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226a6ec31117113a3b775b6b8d63dc4487c2d333;p=pandora-kernel.git 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 Cc: Alexey Dobriyan Signed-off-by: Vegard Nossum Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed