]> git.baikalelectronics.ru Git - kernel.git/commit
fix irq flags for iuu_phoenix.c
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 7 May 2008 03:42:31 +0000 (20:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2008 17:46:55 +0000 (10:46 -0700)
commitd8fbddd72515ede95b2c96c539953123116bb5c2
treeff3de83abf4ba7054dea2a3b72c9201807793170
parent4a6e319ce31a3d927fc3f8ea70bb701c6141cdc4
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>
drivers/usb/serial/iuu_phoenix.c