diff options
Diffstat (limited to 'drivers/serial/68360serial.c')
-rw-r--r-- | drivers/serial/68360serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index f59463601874..6f540107d0bb 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c | |||
@@ -1282,7 +1282,7 @@ static int rs_360_tiocmset(struct tty_struct *tty, struct file *file, | |||
1282 | 1282 | ||
1283 | if (tty->flags & (1 << TTY_IO_ERROR)) | 1283 | if (tty->flags & (1 << TTY_IO_ERROR)) |
1284 | return -EIO; | 1284 | return -EIO; |
1285 | 1285 | /* FIXME: locking on info->mcr */ | |
1286 | if (set & TIOCM_RTS) | 1286 | if (set & TIOCM_RTS) |
1287 | info->mcr |= UART_MCR_RTS; | 1287 | info->mcr |= UART_MCR_RTS; |
1288 | if (set & TIOCM_DTR) | 1288 | if (set & TIOCM_DTR) |