OSDN Git Service

tty: Unify receive_buf() code paths
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 04:36:13 +0000 (20:36 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 22:13:44 +0000 (14:13 -0800)
commit8d082cd300ab422b7ee9f4629a1c470e4f0d90d5
treee44228e8282f9689cfff223d17262d19525ad9ef
parentf33798deecbd59a2955f40ac0ae2bc7dff54c069
tty: Unify receive_buf() code paths

Instead of two distinct code branches for receive_buf() handling,
use tty_ldisc_receive_buf() as the single code path.

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