[PATCH] Char: mxser_new, remove tty_wakeup bottomhalf
authorJiri Slaby <jirislaby@gmail.com>
Sat, 10 Feb 2007 09:45:15 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:28 +0000 (10:51 -0800)
commit47c85c0db159bb0e5f8f5cb4ae7cc19a5c3359de
tree78ab2ca0ac8552a6d80bba5f7f8d1e71e9690e61
parent98c47ea28a7d1b4a3fb003a805c312d5c977b1d2
[PATCH] Char: mxser_new, remove tty_wakeup bottomhalf

It's safe to call tty_wakeup from irq context. Do not schedule it for later
calling.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/mxser_new.c