]> git.baikalelectronics.ru Git - kernel.git/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)
commit181ce44358ac50cef01d8eb5db5ce4c5e3f65237
tree64327118b7021ebb04db04a25ba97d7729019dfa
parent9aec73de800b2a89fd0795d4fb995506f662d978
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