staging: dgnc: dereferences ts var in dgnc_tty_close()
authorLidza Louina <lidza.louina@gmail.com>
Tue, 13 Aug 2013 19:49:55 +0000 (15:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 21:06:13 +0000 (14:06 -0700)
commit5857a0b5f11b424911cc44034357d69abba85f8b
tree6db062ab6ff6ef1960406bf9e33ae67f835cda21
parentbf0f2ebff31adf786b59bc84d0522fed246c9471
staging: dgnc: dereferences ts var in dgnc_tty_close()

The value tty->termios needed to be dereferenced to be assigned to the
variable ts.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c