diff options
Diffstat (limited to 'drivers/serial/sh-sci.c')
-rw-r--r-- | drivers/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 3df2aaec829f..667b4b8fd074 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -1157,7 +1157,7 @@ static int sci_verify_port(struct uart_port *port, struct serial_struct *ser) | |||
1157 | { | 1157 | { |
1158 | struct sci_port *s = &sci_ports[port->line]; | 1158 | struct sci_port *s = &sci_ports[port->line]; |
1159 | 1159 | ||
1160 | if (ser->irq != s->irqs[SCIx_TXI_IRQ] || ser->irq > NR_IRQS) | 1160 | if (ser->irq != s->irqs[SCIx_TXI_IRQ] || ser->irq > nr_irqs) |
1161 | return -EINVAL; | 1161 | return -EINVAL; |
1162 | if (ser->baud_base < 2400) | 1162 | if (ser->baud_base < 2400) |
1163 | /* No paper tape reader for Mitch.. */ | 1163 | /* No paper tape reader for Mitch.. */ |