These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / isdn / i4l / isdn_tty.c
index bc91261..2175225 100644 (file)
@@ -1582,7 +1582,7 @@ isdn_tty_close(struct tty_struct *tty, struct file *filp)
         * line status register.
         */
        if (port->flags & ASYNC_INITIALIZED) {
-               tty_wait_until_sent_from_close(tty, 3000);      /* 30 seconds timeout */
+               tty_wait_until_sent(tty, 3000); /* 30 seconds timeout */
                /*
                 * Before we drop DTR, make sure the UART transmitter
                 * has completely drained; this is especially