From: Alex Dubov Date: Mon, 18 Dec 2006 03:20:06 +0000 (+1100) Subject: tifm_7xx1: switch from workqueue to kthread X-Git-Tag: v2.6.21-rc1~92^2~40^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7146f0d3bd2bcd0100a5db54f4ba9edc1042fe01;p=pandora-kernel.git tifm_7xx1: switch from workqueue to kthread As there's only one work item (media_switcher) to handle and it's effectively serialized with itself, I found it more convenient to use kthread instead of workqueue. This also allows for a working implementation of suspend/resume, which were totally broken in the past version. Signed-off-by: Alex Dubov Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed