]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: rfcomm/tty, remove work for tty_wakeup
authorJiri Slaby <jslaby@suse.cz>
Mon, 2 Apr 2012 11:54:52 +0000 (13:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 19:04:31 +0000 (12:04 -0700)
commitb2c4be398bf771a09f84eae6cf12cbd685384b8d
treea5520240386e2904fa6d20e1b7e9aff48859bc7f
parent67054019289ff11a7ffbc1a5d3c95aeb36e2f03e
TTY: rfcomm/tty, remove work for tty_wakeup

tty_wakeup is safe to be called from all contexts. No need to schedule
a work for that. Let us call it directly like in other drivers.

This allows us to kill another member of rfcomm_dev structure.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bluetooth/rfcomm/tty.c