]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
n_tty: Split n_tty_receive_char()
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 24 Jul 2013 12:29:51 +0000 (08:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 16:27:22 +0000 (09:27 -0700)
commit4b1f79c2d7352605b567cab49de20d3b67762ee3
tree03c9f0dc2b8be9388ad582afe64d72ee70258134
parent855df3c08968beac9d9a86536c43c0474684ac37
n_tty: Split n_tty_receive_char()

Factor 'special' per-char processing into standalone fn,
n_tty_receive_char_special(), which handles processing for chars
marked in the char_map.

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