[PATCH] ioc4_serial: irq flags fix

Use the correct type for the CPU flags.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds a5a89bae 37af6560

+2 -2
+2 -2
drivers/serial/ioc4_serial.c
··· 921 921 { 922 922 struct ioc4_port *port = (struct ioc4_port *)arg; 923 923 struct hooks *hooks = port->ip_hooks; 924 - unsigned int flags; 924 + unsigned long flags; 925 925 926 926 spin_lock_irqsave(&port->ip_lock, flags); 927 927 ··· 1834 1834 struct ioc4_port *port = (struct ioc4_port *)arg; 1835 1835 struct hooks *hooks = port->ip_hooks; 1836 1836 unsigned int rx_high_rd_aborted = 0; 1837 - unsigned int flags; 1837 + unsigned long flags; 1838 1838 struct uart_port *the_port; 1839 1839 int loop_counter; 1840 1840