From: Jiri Slaby Date: Sat, 10 Feb 2007 09:44:47 +0000 (-0800) Subject: [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves X-Git-Tag: v2.6.21-rc1~274^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa5de8590d684274f57647a870851f101bb3543;p=pandora-kernel.git [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves - tty_hangup() itself schedules work, so there is no need to schedule hangup in the driver - tty_wakeup(): it's safe to call it while in atomic, so that its schedule_work might be also wiped out Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed