diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-24 16:14:20 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-24 16:14:20 +0100 |
commit | 8c71778cbf2c8beaefaa2dee5478aa0622d96682 (patch) | |
tree | 706fbdc96f696454d96538834b0d459967232e91 /drivers/usb/otg | |
parent | 707bcf326bd50c875d82bd2e7c31dcfb92b7e813 (diff) | |
download | blackbird-op-linux-8c71778cbf2c8beaefaa2dee5478aa0622d96682.tar.gz blackbird-op-linux-8c71778cbf2c8beaefaa2dee5478aa0622d96682.zip |
media/video: don't use flush_scheduled_work()
This patch converts the remaining users of flush_scheduled_work() in
media/video.
* bttv-input.c and cx23885-input.c don't use workqueue at all. No
need to flush.
* Make omap24xxcam.c and saa7134-empress.c flush the used work
directly.
* In fd_defio.c, replace cancel_delayed_work() +
flush_scheduled_work() with cancel_delayed_work_sync(). While at
it, replace the deprecated cancel_rearming_delayed_work() with
cancel_delayed_work_sync().
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/usb/otg')
0 files changed, 0 insertions, 0 deletions