Hi, On Tue, Mar 7, 2023 at 8:43 AM Johan Hovold <johan+linaro@xxxxxxxxxx> wrote: > > Fix what appears to be a copy-paste error that can lead to a leaked DMA > mapping on close() and failure to restart TX after the port is reopened. > > Note that rx_dma_addr is generally NULL when > qcom_geni_serial_stop_tx_dma() is called as part of shutdown() (but > tx_dma_addr need not be). > > Fixes: 2aaa43c70778 ("tty: serial: qcom-geni-serial: add support for serial engine DMA") > Cc: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > --- > drivers/tty/serial/qcom_geni_serial.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>