]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
n_tty: Factor flagged char handling into separate fn
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 14:21:24 +0000 (10:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 00:10:17 +0000 (17:10 -0700)
commitd2f8d7abd1e7ac04a0b42df36b53fef00d5d73aa
tree5d1bcd616e7ff4d630e270e5e77f547e4315e0ec
parentb0ac50be1f398ae1daedcf1ce71ac6b6409c88d2
n_tty: Factor flagged char handling into separate fn

Prepare for modal receive_buf() handling; factor handling for
TTY_BREAK, TTY_PARITY, TTY_FRAME and TTY_OVERRUN into
n_tty_receive_char_flagged().

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c