commit | d601744dc145a27945e97d643d2f5d298ab40627 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Apr 09 20:49:42 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 30 09:26:55 2016 -0700 |
tree | ae8feaae4f7af5236dd94cca6a036088d82496c2 | |
parent | a86f50ed35a8854f964393e60526c16744e2ed2c [diff] |
serial: 8250: Reduce expr in 8250 irq handler If !up->dma == F, then up->dma == T and can be elided from the (up->dma && up->dma->tx_err) sub-expression. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>