|
|
@@ -430,7 +430,7 @@ static void asc_break_ctl(struct uart_port *port, int break_state)
|
|
|
*/
|
|
|
static int asc_startup(struct uart_port *port)
|
|
|
{
|
|
|
- if (request_irq(port->irq, asc_interrupt, IRQF_NO_SUSPEND,
|
|
|
+ if (request_irq(port->irq, asc_interrupt, 0,
|
|
|
asc_port_name(port), port)) {
|
|
|
dev_err(port->dev, "cannot allocate irq.\n");
|
|
|
return -ENODEV;
|