[PATCH v2 3/3] tty: serial: imx: remove imx_disable_rx_int
From: Troy Kisky <hidden>
Date: 2017-10-20 21:25:11
Also in:
linux-serial
From: Troy Kisky <hidden>
Date: 2017-10-20 21:25:11
Also in:
linux-serial
On 10/20/2017 2:20 PM, Troy Kisky wrote:
Since imx_disable_rx_int is only called by imx_startup, let's integrate it into that function. Signed-off-by: Troy Kisky <redacted> --- v2: new patch --- drivers/tty/serial/imx.c | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-)
While testing this series, I noticed that sending a break on the serial port caused imx-uart 2020000.serial: DMA transaction error. Is that normal ?