commit | 9ce99a3a9284cfb8d45a7abc43346f880da338cc | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Fri Oct 20 14:20:20 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Nov 04 12:38:49 2017 +0100 |
tree | e7f317092f11a58fccf226d1c67d665164cad022 | |
parent | 52108109fa125ffb11df178e1ac5eb9650f0743d [diff] |
tty: serial: imx: remove dead code imx_dma_rxint Since commit 4dec2f119e86 ("imx-serial: RX DMA startup latency") the interrupt routine no longer will start rx dma. imx_dma_rxint no longer needs to be called to try and start dma. It won't start dma because dma_is_rxing is already true meaning dma is already started. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>