]> git.karo-electronics.de Git - mv-sheeva.git/commit
isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()
authorTejun Heo <tj@kernel.org>
Sun, 17 Oct 2010 09:25:03 +0000 (11:25 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 17 Oct 2010 09:25:03 +0000 (11:25 +0200)
commit7bf4a5ddc9fbff52855cad8d4d74bf5344fe8093
treef15fdce5f9c11db60687982c0d59a0e16a6afbb1
parent6370a6ad3b53df90b4700977f7718118a2cd524a
isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()

diva doesn't use workqueue and there is no reason to flush the system
workqueue from diva_os_remove_soft_isr().  Remove it.

This is to prepare for the deprecation and removal of
flush_scheduled_work().

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Armin Schindler <armin@melware.de>
drivers/isdn/hardware/eicon/divasmain.c