diff options
Diffstat (limited to 'drivers/tty/serial/m32r_sio.c')
-rw-r--r-- | drivers/tty/serial/m32r_sio.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/tty/serial/m32r_sio.c b/drivers/tty/serial/m32r_sio.c index 08018934e013..94a6792bf97b 100644 --- a/drivers/tty/serial/m32r_sio.c +++ b/drivers/tty/serial/m32r_sio.c | |||
@@ -1000,11 +1000,8 @@ static void __init m32r_sio_register_ports(struct uart_driver *drv) | |||
1000 | init_timer(&up->timer); | 1000 | init_timer(&up->timer); |
1001 | up->timer.function = m32r_sio_timeout; | 1001 | up->timer.function = m32r_sio_timeout; |
1002 | 1002 | ||
1003 | /* | 1003 | up->mcr_mask = ~0; |
1004 | * ALPHA_KLUDGE_MCR needs to be killed. | 1004 | up->mcr_force = 0; |
1005 | */ | ||
1006 | up->mcr_mask = ~ALPHA_KLUDGE_MCR; | ||
1007 | up->mcr_force = ALPHA_KLUDGE_MCR; | ||
1008 | 1005 | ||
1009 | uart_add_one_port(drv, &up->port); | 1006 | uart_add_one_port(drv, &up->port); |
1010 | } | 1007 | } |