Release the tty lock once tty-driver open returns to make it clear that
it does not protect neither tty->termios or the serport flags.
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        if (ret)
                goto err_close;
 
+       tty_unlock(serport->tty);
+
        /* Bring the UART into a known 8 bits no parity hw fc state */
        ktermios = tty->termios;
        ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP |
 
        set_bit(SERPORT_ACTIVE, &serport->flags);
 
-       tty_unlock(serport->tty);
        return 0;
 
 err_close: