commit | c828f679eed393d6925a2b44a4c3fb80a8d657cb | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Mar 06 08:20:51 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:11:59 2013 -0700 |
tree | 64327118b7021ebb04db04a25ba97d7729019dfa | |
parent | afa80ccb4c7d39702dfb0832ce02a054848191a8 [diff] |
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>