From: Jiri Slaby Date: Mon, 2 Apr 2012 11:54:52 +0000 (+0200) Subject: TTY: rfcomm/tty, remove work for tty_wakeup X-Git-Tag: v3.5-rc1~146^2~30^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c4be398bf771a09f84eae6cf12cbd685384b8d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed