V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for deferable...
authorAndy Walls <awalls@radix.net>
Sun, 16 Nov 2008 20:15:01 +0000 (17:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:08 +0000 (09:38 -0200)
commit18b5dc2ed7f0ede825dd1f93fefc7a61aba866e3
tree761c2ec7a83df283680636cf264528c2c9ea8cf6
parentee2d64f5ccc71b5c5191e92ea91a12b65f9ca060
V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for deferable work

Change to singlethreaded global work queue thread for deferable work,
instead of the kernel default multithreaded work queue.  This ensures
execution of deferable work is always in the proper order, so caputred buffers
don't get reordered.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.c
drivers/media/video/cx18/cx18-driver.h
drivers/media/video/cx18/cx18-mailbox.c