]> Git Repo - J-linux.git/blobdiff - drivers/tty/serial/imx.c
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[J-linux.git] / drivers / tty / serial / imx.c
index f8b5400e626726d405756b39c9fef0a88c9ee232..b1639b174292bdbbec72900798681de657afbb94 100644 (file)
@@ -1448,7 +1448,7 @@ static int imx_uart_startup(struct uart_port *port)
        imx_uart_writel(sport, ucr1, UCR1);
 
        ucr4 = imx_uart_readl(sport, UCR4) & ~(UCR4_OREN | UCR4_INVR);
-       if (!sport->dma_is_enabled)
+       if (!dma_is_inited)
                ucr4 |= UCR4_OREN;
        if (sport->inverted_rx)
                ucr4 |= UCR4_INVR;
This page took 0.032127 seconds and 4 git commands to generate.