]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge 3.4-rc4 into tty-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2012 16:39:23 +0000 (09:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2012 16:39:23 +0000 (09:39 -0700)
This resolves the merge problem with:
drivers/tty/serial/pch_uart.c

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
arch/arm/mach-omap2/serial.c
drivers/tty/serial/pch_uart.c

Simple merge
index c2816f4948070157f1c969898bfde97b58bd6841,a5e63438584f76d820af90185a5c7335f1a04681..4fdec6a6b7580822462f8d6429399c78e1403ccc
@@@ -1447,11 -1455,8 +1455,10 @@@ static int pch_uart_verify_port(struct 
                        __func__);
                return -EOPNOTSUPP;
  #endif
-               priv->use_dma_flag = 1;
 -              priv->use_dma = 1;
                dev_info(priv->port.dev, "PCH UART : Use DMA Mode\n");
 +              if (!priv->use_dma)
 +                      pch_request_dma(port);
 +              priv->use_dma = 1;
        }
  
        return 0;