aboutsummaryrefslogtreecommitdiff
path: root/sound/oss
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2008-05-06 20:42:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-08 10:46:55 -0700
commit8594303a7abc1a117b1d91412ce9b3d77ed35d02 (patch)
treeff3de83abf4ba7054dea2a3b72c9201807793170 /sound/oss
parent9a0f4aea878315ba87cb8a4d0dddc67832218e3f (diff)
fix irq flags for iuu_phoenix.c
The file drivers/usb/serial/iuu_phoenix.c 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> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss')
0 files changed, 0 insertions, 0 deletions