n_tty: Factor 'real raw' receive_buf into standalone fn
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 14:21:22 +0000 (10:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 00:10:17 +0000 (17:10 -0700)
commit4a23a4df500f29603ee25995f9c1d3af79f7a994
treee76ff6ddbfa85712336c471758d53c795e245d3d
parent781ad1c79379c723138945b633121a78e9e5485f
n_tty: Factor 'real raw' receive_buf into standalone fn

Convert to modal receive_buf() processing; factor real_raw
receive_buf() into n_tty_receive_buf_real_raw().

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