From: Alan Cox Noticed while auditing the code for the BKL elimination project Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/serial/68360serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/68360serial.c~68360serial-note-that-there-isnt-any-info-mcr-locking drivers/serial/68360serial.c --- a/drivers/serial/68360serial.c~68360serial-note-that-there-isnt-any-info-mcr-locking +++ a/drivers/serial/68360serial.c @@ -1281,7 +1281,7 @@ static int rs_360_tiocmset(struct tty_st if (tty->flags & (1 << TTY_IO_ERROR)) return -EIO; - + /* FIXME: locking on info->mcr */ if (set & TIOCM_RTS) info->mcr |= UART_MCR_RTS; if (set & TIOCM_DTR) _