Blackfin: fix flag storage for irq funcs
authorMike Frysinger <vapier@gentoo.org>
Mon, 8 Jun 2009 13:51:30 +0000 (09:51 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 13 Jun 2009 11:20:09 +0000 (07:20 -0400)
The IRQ functions take an "unsigned long" flags variable, not any other
type, so fix the places where we use "int" or "long".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found