commit | 7146f0d3bd2bcd0100a5db54f4ba9edc1042fe01 | [log] [tgz] |
---|---|---|
author | Alex Dubov <oakad@yahoo.com> | Mon Dec 18 14:20:06 2006 +1100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:09 2007 +0100 |
tree | bb8dd99b153d6aa8fe565be7256a586b0abd2977 | |
parent | 6412d927313f08808d61b7efba8da43717d4e8d2 [diff] |
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 <oakad@yahoo.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>