From: Lidza Louina Date: Tue, 13 Aug 2013 19:49:53 +0000 (-0400) Subject: staging: dgnc: fixes termios error X-Git-Tag: v3.12-rc1~183^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e3de76ab7f4e02825a158cb2575feb5be6b062;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed