Kernel: bump to 4.4.44
[openwrt/openwrt.git] / target / linux / imx6 / patches-4.4 / 111-serial-imx-fix-polarity-of-RI.patch
index a06557542a0c6e31b79efc479acaa5167c533b0c..02882981635d972d970a07a09dcddd26c6f7c3a3 100644 (file)
@@ -16,11 +16,9 @@ Signed-off-by: Petr Štetiar <ynezz@true.cz>
  drivers/tty/serial/imx.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
-diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
-index 231e7d5..bfc4555 100644
 --- a/drivers/tty/serial/imx.c
 +++ b/drivers/tty/serial/imx.c
-@@ -797,9 +797,9 @@ static unsigned int imx_get_hwmctrl(struct imx_port *sport)
+@@ -817,9 +817,9 @@ static unsigned int imx_get_mctrl(struct
        if (!(usr1 & USR2_DCDIN))
                tmp |= TIOCM_CAR;
  
@@ -33,6 +31,3 @@ index 231e7d5..bfc4555 100644
  
        return tmp;
  }
--- 
-1.9.1
-