From: Tejun Heo Date: Fri, 24 Dec 2010 15:14:20 +0000 (+0100) Subject: media/video: don't use flush_scheduled_work() X-Git-Tag: v2.6.38-rc1~456^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c71778cbf2c8beaefaa2dee5478aa0622d96682;p=pandora-kernel.git 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 Cc: Mauro Carvalho Chehab --- Reading git-diff-tree failed