From: Dmitry Torokhov Date: Mon, 15 Nov 2010 09:39:57 +0000 (-0800) Subject: Input: gameport - convert to use common workqueue instead of a thread X-Git-Tag: v2.6.38-rc1~463^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44f242064093e640a068741b05ee6acdd49bc22;p=pandora-kernel.git Input: gameport - convert to use common workqueue instead of a thread Instead of creating an exclusive thread to handle gameport events (which happen rarely), let's switch to common workqueue. With the arrival of concurrency-managed workqueue infrastructure we are not concerned that our callers or callees also using workqueue (no deadlocks anymore) and it should reduce total number of threads in the system. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed