[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4CB86D8D.2000802@kernel.org>
Date: Fri, 15 Oct 2010 17:04:45 +0200
From: Tejun Heo <tj@...nel.org>
To: lkml <linux-kernel@...r.kernel.org>,
linux-pcmcia@...ts.infradead.org,
Dominik Brodowski <linux@...inikbrodowski.net>
Subject: [PATCH v2.6.36-rc7] 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@...nel.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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists