]> Pileus Git - ~andy/linux/commit
serial_cs: drop spurious flush_scheduled_work() call
authorTejun Heo <tj@kernel.org>
Fri, 15 Oct 2010 15:04:45 +0000 (17:04 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sat, 16 Oct 2010 09:07:07 +0000 (11:07 +0200)
commit0f64f70e9c029450e38fcc496148ffc9256bf8c1
tree89fd2b6678b78fde085450d6ce8f8ab9fc39f09e
parenta5360df9413987ed56ce8cffad678e557eff92e1
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>
drivers/serial/serial_cs.c