lkml.org 
[lkml]   [2012]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: build failure after merge of the final tree (tty tree related)
> >  		if (serial->type->set_termios) {
> > - tty->termios->c_cflag = cflag;
> > - tty_termios_encode_baud_rate(tty->termios,
> > baud, baud);
> > + tty->termios.c_cflag = cflag;
> > +
> > tty_termios_encode_baud_rate(&tty->termios, baud, baud);
> > memset(&dummy, 0, sizeof(struct ktermios));
> > serial->type->set_termios(tty, port, &dummy);
>
> Alan, any objection to this?

The fix looks correct to me.



\
 
 \ /
  Last update: 2012-07-26 03:21    [W:0.947 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site