From: Jiri Slaby Date: Sat, 10 Feb 2007 09:44:55 +0000 (-0800) Subject: [PATCH] Char: tty_wakeup cleanup X-Git-Tag: v2.6.21-rc1~274^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b963a8441cb95999c97bea379607071a869c65f0;p=pandora-kernel.git [PATCH] Char: tty_wakeup cleanup tty_wakeup cleanup - remove wake_up_interruptible(&tty->write_wait) surrounding tty_wakup(tty); - substitute tty->ldisc.write_wakeup(tty) + wake_up() by tty_wakeup(tty); Signed-off-by: Jiri Slaby Cc: Alan Cox Acked-by: Tilman Schmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed