commit | b1835d238ad3dc6ad8fe23172b1995d1fb5bdd39 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Nov 06 13:28:17 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 06 15:01:03 2014 -0800 |
tree | d7a9e614d6ede05a5dce845ae10fa8a577b223e7 | |
parent | 2dc98946d4d4398ab07d569c414c1f839907ea0b [diff] |
serial: 8250_dma: no need to set tx_err twice In the serial8250_tx_dma() the tx_err flag is set in case of error. Thus, there is no need to repeat this in __dma_tx_complete(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>