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 6a5132f84036..47816e68c903 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -1134,7 +1134,7 @@ static int sci_verify_port(struct uart_port *port, struct serial_struct *ser) | |||
1134 | { | 1134 | { |
1135 | struct sci_port *s = &sci_ports[port->line]; | 1135 | struct sci_port *s = &sci_ports[port->line]; |
1136 | 1136 | ||
1137 | if (ser->irq != s->irqs[SCIx_TXI_IRQ] || ser->irq > NR_IRQS) | 1137 | if (ser->irq != s->irqs[SCIx_TXI_IRQ] || ser->irq > nr_irqs) |
1138 | return -EINVAL; | 1138 | return -EINVAL; |
1139 | if (ser->baud_base < 2400) | 1139 | if (ser->baud_base < 2400) |
1140 | /* No paper tape reader for Mitch.. */ | 1140 | /* No paper tape reader for Mitch.. */ |