kernel-fxtec-pro1x/drivers/media/video/bt8xx
Tejun Heo 707bcf326b media/video: explicitly flush request_module work
Video drivers request submodules using a work during probe and calls
flush_scheduled_work() on exit to make sure the work is complete
before being unloaded.  This patch makes these drivers flush the work
directly instead of using flush_scheduled_work().

While at it, relocate request_submodules() call in saa7134_initdev()
right right before successful return as in other drivers to avoid
failing after the work is scheduled and returning failure without the
work still active.

This is in preparation for the deprecation of flush_scheduled_work().

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
2010-12-24 16:14:20 +01:00
..
bt848.h
bttv-audio-hook.c
bttv-audio-hook.h
bttv-cards.c [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* 2010-10-22 21:50:56 -02:00
bttv-driver.c media/video: explicitly flush request_module work 2010-12-24 16:14:20 +01:00
bttv-gpio.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
bttv-i2c.c [media] drivers/media/video/bt8xx: Adjust confusing if indentation 2010-10-22 23:25:13 -02:00
bttv-if.c V4L/DVB (10568): bttv: dynamically allocate device data 2009-03-30 12:42:47 -03:00
bttv-input.c V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
bttv-risc.c V4L/DVB: videobuf: add queue argument to videobuf_waiton() 2010-10-21 01:06:14 -02:00
bttv-vbi.c
bttv.h V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
bttvp.h V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
Kconfig V4L/DVB: fix Kconfig to depends on VIDEO_IR 2010-08-12 15:07:57 -03:00
Makefile