aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/mux.c')
-rw-r--r--drivers/tty/serial/mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c
index 06f6aefd5ba6..c61d950e07c1 100644
--- a/drivers/tty/serial/mux.c
+++ b/drivers/tty/serial/mux.c
@@ -499,7 +499,7 @@ static int __init mux_probe(struct parisc_device *dev)
499 port->membase = ioremap_nocache(port->mapbase, MUX_LINE_OFFSET); 499 port->membase = ioremap_nocache(port->mapbase, MUX_LINE_OFFSET);
500 port->iotype = UPIO_MEM; 500 port->iotype = UPIO_MEM;
501 port->type = PORT_MUX; 501 port->type = PORT_MUX;
502 port->irq = NO_IRQ; 502 port->irq = 0;
503 port->uartclk = 0; 503 port->uartclk = 0;
504 port->fifosize = MUX_FIFO_SIZE; 504 port->fifosize = MUX_FIFO_SIZE;
505 port->ops = &mux_pops; 505 port->ops = &mux_pops;