git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e2773e
)
staging: brcm80211: remove kernel_thread() for wl_iscan_thread and wl_event_thread.
author
Jason Cooper
<jason@lakedaemon.net>
Sat, 9 Oct 2010 18:51:14 +0000
(14:51 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 10 Oct 2010 12:39:51 +0000
(
05:39
-0700)
Replace kernel_thread() with kthread_run(). Replace pid with tsk,
and exited with kthread_stop()/kthread_should_stop().
event_tsk, and tsk are NULL when their respective threads are not running.
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found