]> Pileus Git - ~andy/linux/commit
n_tty: Inline check_unthrottle() at lone call site
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 6 Mar 2013 13:20:51 +0000 (08:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:11:59 +0000 (16:11 -0700)
commitc828f679eed393d6925a2b44a4c3fb80a8d657cb
tree64327118b7021ebb04db04a25ba97d7729019dfa
parentafa80ccb4c7d39702dfb0832ce02a054848191a8
n_tty: Inline check_unthrottle() at lone call site

2-line function check_unthrottle() is now only called from
n_tty_read(); merge into caller.

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