]> git.baikalelectronics.ru Git - kernel.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)
commit2fc77c1408ffffe41bf0b586ef57a2312cd9ee51
tree03c9f0dc2b8be9388ad582afe64d72ee70258134
parent63108124ecd8d5354646c825d3462bec41a5595b
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