diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-05-06 20:42:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-08 10:46:55 -0700 |
commit | a8b1ecf3d5c48ebde9fed61c7a682b2270e09d2b (patch) | |
tree | a637278d2a98afebb4b34674ad417226881a3f69 /drivers/md/dm-io.c | |
parent | a1f2aa1be2f7a6883ba46faa53ed82595dee2a06 (diff) |
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>
Diffstat (limited to 'drivers/md/dm-io.c')
0 files changed, 0 insertions, 0 deletions