]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/dgnc/dgnc_tty.c
staging: dgnc: fixes termios error
authorLidza Louina <lidza.louina@gmail.com>
Tue, 13 Aug 2013 19:49:53 +0000 (15:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 21:04:35 +0000 (14:04 -0700)
commit22e3de76ab7f4e02825a158cb2575feb5be6b062
treee75c8309e548105718e954ba954fd0d3f1f5b969
parentd27727b50219f9a7033e1a1be3fc45644881210f
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>
drivers/staging/dgnc/dgnc_tty.c