[PATCH v2.6.36-rc7] serial_cs: drop spurious flush_scheduled_work() call
Tejun Heo
tj at kernel.org
Fri Oct 15 11:04:45 EDT 2010
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 at kernel.org>
---
drivers/serial/serial_cs.c | 5 -----
1 file changed, 5 deletions(-)
Index: work/drivers/serial/serial_cs.c
===================================================================
--- work.orig/drivers/serial/serial_cs.c
+++ work/drivers/serial/serial_cs.c
@@ -363,11 +363,6 @@ static void serial_detach(struct pcmcia_
dev_dbg(&link->dev, "serial_detach\n");
/*
- * Ensure any outstanding scheduled tasks are completed.
- */
- flush_scheduled_work();
-
- /*
* Ensure that the ports have been released.
*/
serial_remove(link);
More information about the linux-pcmcia
mailing list