]> git.karo-electronics.de Git - linux-beck.git/commit
n_tty: Merge .receive_buf() flavors
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 2 Dec 2013 19:24:41 +0000 (14:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 00:51:07 +0000 (16:51 -0800)
commit5c32d12378313e0096ea0d450462aa638a90fb6e
tree76d06fd377205cc71feccde450157560e2f26697
parent187094feeb77b5f49513f6a1cfe12749c080bd96
n_tty: Merge .receive_buf() flavors

N_TTY's direct and flow-controlled flavors of the .receive_buf()
method are nearly identical; fold together.

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