]> git.baikalelectronics.ru Git - kernel.git/commit
fix irq flags in saa7134
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 7 May 2008 03:42:29 +0000 (20:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2008 17:46:55 +0000 (10:46 -0700)
commit21b16701aff66ea0aa0b0237bfb01d21de52445f
treea637278d2a98afebb4b34674ad417226881a3f69
parent170d2aa4018590274a423cf9337a64a6ecdc1660
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 <srostedt@redhat.com>
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/video/saa7134/saa7134-video.c