Merge tty-next into 3.6-rc1
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2012 16:48:31 +0000 (09:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2012 16:48:31 +0000 (09:48 -0700)
This handles the merge issue in:
arch/um/drivers/line.c
arch/um/drivers/line.h
And resolves the duplicate patches that were in both trees do to the
tty-next branch not getting merged into 3.6-rc1.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
drivers/net/ethernet/sgi/ioc3-eth.c
drivers/tty/serial/amba-pl011.c
drivers/tty/serial/imx.c
drivers/usb/class/cdc-acm.c
drivers/usb/serial/keyspan.c
drivers/usb/serial/quatech2.c
drivers/usb/serial/sierra.c
include/linux/Kbuild
net/bluetooth/rfcomm/tty.c

Simple merge
Simple merge
Simple merge
Simple merge
index 6225199119c0c8edba22db13b9dd91ac746e5e44,af0b70eaf032f6617c36b596ce70776842a20d9f..7bcbb47e1449a83b210f9d280d5f60c965607641
@@@ -176,10 -176,10 +176,10 @@@ static void keyspan_set_termios(struct 
        tty_encode_baud_rate(tty, baud_rate, baud_rate);
        /* set CTS/RTS handshake etc. */
        p_priv->cflag = cflag;
-       p_priv->flow_control = (cflag & CRTSCTS)? flow_cts: flow_none;
+       p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none;
  
        /* Mark/Space not supported */
 -      tty->termios->c_cflag &= ~CMSPAR;
 +      tty->termios.c_cflag &= ~CMSPAR;
  
        keyspan_send_setup(port, 0);
  }
Simple merge
Simple merge
Simple merge
Simple merge