]> git.baikalelectronics.ru Git - kernel.git/commit
TTY: amiserial, remove tasklet for tty_wakeup
authorJiri Slaby <jslaby@suse.cz>
Mon, 5 Mar 2012 13:52:13 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 19:48:42 +0000 (11:48 -0800)
commitb84a18880f01bda1598d09d9d51d8c0b9b12cff4
tree213b0bde78d50c6679f7e668be16c93a71b0bd95
parent194668ea0a79403e54f5a4184ffad0aa1b0a065d
TTY: amiserial, remove tasklet for tty_wakeup

tty_wakeup is safe to be called from all contexts. No need to schedule
a tasklet for that. Let's call it directly like in other drivers.

This allows us to kill another member of async_struct structure. (If
we remove the dummy uses in simserial.)

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/ia64/hp/sim/simserial.c
drivers/tty/amiserial.c
include/linux/serialP.h