From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:09 +0000 (+0200) Subject: ivtv: use kthread_worker instead of workqueue X-Git-Tag: v2.6.36-rc1~506^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc465605ffa90b281d6b774fcb13911636a6d45;p=pandora-kernel.git ivtv: use kthread_worker instead of workqueue Upcoming workqueue updates will no longer guarantee fixed workqueue to worker kthread association, so giving RT priority to the irq worker won't work. Use kthread_worker which guarantees specific kthread association instead. This also makes setting the priority cleaner. Signed-off-by: Tejun Heo Cc: Andy Walls Cc: Andrew Morton Cc: ivtv-devel@ivtvdriver.org Cc: linux-media@vger.kernel.org --- Reading git-diff-tree failed