From: Jiri Slaby Date: Sat, 10 Feb 2007 09:44:42 +0000 (-0800) Subject: [PATCH] Char: tty, delete wake_up_interruptible after tty_wakeup X-Git-Tag: v2.6.21-rc1~274^2~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd65aa6690e30fdad84a62191c7ab37da89d9865;p=pandora-kernel.git [PATCH] Char: tty, delete wake_up_interruptible after tty_wakeup tty_wakeup calls wake_up_interruptible(&tty->write_wait) itself, it's not needed to wake up again after tty_wakeup returns. Signed-off-by: Jiri Slaby Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed