diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-11 15:31:45 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-11 15:31:45 -0400 |
commit | 2f10b17cd2d38b6ec60087c341f4e88ce767fe29 (patch) | |
tree | 896ae0bd3939dc4778e2bf33b1b510c244099cc4 /linux/Documentation/dvb | |
parent | f61eebe86ec6ec2b91143727b0884d7c1f5bb59f (diff) | |
download | mediapointer-dvb-s2-2f10b17cd2d38b6ec60087c341f4e88ce767fe29.tar.gz mediapointer-dvb-s2-2f10b17cd2d38b6ec60087c341f4e88ce767fe29.tar.bz2 |
tvaudio: Replaced kernel_thread() with kthread_run()
From: Cedric Le Goater <clg@fr.ibm.com>
Replaced kernel_thread() with kthread_run() since kernel_thread() is
deprecated in drivers/modules.
Removed the completion and the wait queue which are now useless with
kthread. Also removed the allow_signal() call as signals don't apply
to kernel threads.
Fixed a small race condition when thread is stopped.
Please check if the timer vs. thread still works fine without the wait
queue.
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Serge Hallyn <serue@us.ibm.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Containers@lists.osdl.org
Cc: video4linux-list@redhat.com
Cc: v4l-dvb-maintainer@linuxtv.org
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/Documentation/dvb')
0 files changed, 0 insertions, 0 deletions