From: Steven Rostedt Date: Wed, 7 May 2008 03:42:29 +0000 (-0700) Subject: fix irq flags in saa7134 X-Git-Tag: v2.6.26-rc2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b1ecf3d5c48ebde9fed61c7a682b2270e09d2b;p=pandora-kernel.git fix irq flags in saa7134 Some files in the drivers/media/video/saa7134 directory uses "int" for flags. This can cause hard to find bugs on some architectures. This patch converts the flags to use "long" instead. This bug was discovered by doing an allyesconfig make on the -rt kernel where checks are done to ensure all flags are of size sizeof(long). Signed-off-by: Steven Rostedt Acked-by: Mauro Carvalho Chehab Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed