linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Greg KH <greg@kroah.com>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alan Cox <alan@linux.intel.com>
Subject: linux-next: manual merge of the usb tree with the tty tree
Date: Mon, 17 Sep 2012 17:31:03 +1000	[thread overview]
Message-ID: <20120917173103.9805531382847454e2d59bb8@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

Hi Greg,

Today's linux-next merge of the usb tree got a conflict in
drivers/usb/serial/digi_acceleport.c between commit adc8d746caa6 ("tty:
move the termios object into the tty") from the tty tree and commit
f9dfbebb8b39 ("USB: serial: digi_acceleport.c: remove dbg() usage") from
the usb tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/usb/serial/digi_acceleport.c
index afd9d2e,d3a8941..0000000
--- a/drivers/usb/serial/digi_acceleport.c
+++ b/drivers/usb/serial/digi_acceleport.c
@@@ -687,8 -685,9 +685,9 @@@ static void digi_set_termios(struct tty
  		struct usb_serial_port *port, struct ktermios *old_termios)
  {
  	struct digi_port *priv = usb_get_serial_port_data(port);
+ 	struct device *dev = &port->dev;
 -	unsigned int iflag = tty->termios->c_iflag;
 -	unsigned int cflag = tty->termios->c_cflag;
 +	unsigned int iflag = tty->termios.c_iflag;
 +	unsigned int cflag = tty->termios.c_cflag;
  	unsigned int old_iflag = old_termios->c_iflag;
  	unsigned int old_cflag = old_termios->c_cflag;
  	unsigned char buf[32];

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2012-09-17  7:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17  7:31 Stephen Rothwell [this message]
2012-09-17 11:20 ` linux-next: manual merge of the usb tree with the tty tree Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26  3:49 Stephen Rothwell
2013-03-26 21:29 ` Greg KH
2013-01-28 10:13 Stephen Rothwell
2013-01-28 14:45 ` Greg KH
2012-09-19  4:16 Stephen Rothwell
2012-09-19  7:17 ` Greg KH
2012-09-17  7:31 Stephen Rothwell
2012-09-17  7:31 Stephen Rothwell
2012-09-17  7:30 Stephen Rothwell
2012-09-17  7:30 Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120917173103.9805531382847454e2d59bb8@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=alan@linux.intel.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).