]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
serial: 8250_dma: call serial8250_tx_dma unconditionally
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 6 Nov 2014 11:28:16 +0000 (13:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 23:01:03 +0000 (15:01 -0800)
commit2dc98946d4d4398ab07d569c414c1f839907ea0b
treec9275f988b14f82025cfbca648b1ebd842b95afa
parentbd737f8738b7e15930aa7b47c94c28a8d83148ac
serial: 8250_dma: call serial8250_tx_dma unconditionally

Since we have the same check inside the function we may drop it away in
__dma_tx_complete().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dma.c