From: Andy Shevchenko Date: Thu, 6 Nov 2014 11:28:17 +0000 (+0200) Subject: serial: 8250_dma: no need to set tx_err twice X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1835d238ad3dc6ad8fe23172b1995d1fb5bdd39;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed