commit | 22e3de76ab7f4e02825a158cb2575feb5be6b062 | [log] [tgz] |
---|---|---|
author | Lidza Louina <lidza.louina@gmail.com> | Tue Aug 13 15:49:53 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 14 14:04:35 2013 -0700 |
tree | e75c8309e548105718e954ba954fd0d3f1f5b969 | |
parent | d27727b50219f9a7033e1a1be3fc45644881210f [diff] |
staging: dgnc: fixes termios error This patch fixes this error: invalid type argument of ‘->’ (have ‘struct ktermios’). There were changes in the tty layer's API. Access to the termios flags changed from tty->termios->*flag* to tty->termios.*flag*. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>