commit | 39d183d87791cdfd9d430df299396c0fc688ea7a | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Dec 13 15:54:45 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Dec 19 15:22:02 2007 +1100 |
tree | 9eadfea154d77246861a020509a46fa821fb2f75 | |
parent | c61dace9a10a4bc54c764f9f490994a9d7852859 [diff] |
[POWERPC] Convert therm_pm72.c to use the kthread API This converts the therm_pm72.c driver to use the kthread API. I thought about making it use kthread_stop() instead of the `state' variable and the `ctrl_complete' completion, but that isn't simple and will require changing the way that `state' is used. Signed-off-by: Paul Mackerras <paulus@samba.org>