dect
/
linux-2.6
Archived
13
0
Fork 0

serial_cs: drop spurious flush_scheduled_work() call

serial_cs doesn't use the system workqueue.  Drop spurious
flush_scheduled_work() call.

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

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
Tejun Heo 2010-10-15 17:04:45 +02:00 committed by Dominik Brodowski
parent a5360df941
commit 0f64f70e9c
1 changed files with 0 additions and 5 deletions

View File

@ -330,11 +330,6 @@ static void serial_detach(struct pcmcia_device *link)
dev_dbg(&link->dev, "serial_detach\n");
/*
* Ensure any outstanding scheduled tasks are completed.
*/
flush_scheduled_work();
/*
* Ensure that the ports have been released.
*/