]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] ecard: convert to use the kthread API
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 26 Apr 2007 07:04:40 +0000 (00:04 -0700)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 May 2007 13:16:56 +0000 (14:16 +0100)
commit8e7dc5a1b8e55b21aa2b76ada57b1c9bc0a4ffb5
tree330f39bb2fc581dd78388f5a3105915ddee5c7ce
parent365e86425c6f939671631b7b54738c1d498538c8
[ARM] ecard: convert to use the kthread API

This patch modifies the startup of kecardd to use kthread_run not a
kernel_thread combination of kernel_thread and daemonize.  Making the code
slightly simpler and more maintainable.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/ecard.c