From: Jason Cooper Date: Sat, 9 Oct 2010 18:51:10 +0000 (-0400) Subject: staging: brcm80211: remove kernel_thread() for dhd_watchdog_thread. X-Git-Tag: v2.6.37-rc1~60^2~3^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860708d9c8259e087f39505995d4d54b2e499fb9;p=pandora-kernel.git staging: brcm80211: remove kernel_thread() for dhd_watchdog_thread. Replaced kernel_thread() with kthread_run(). Used kthread_should_stop() in place of watchdog_exited completion. Replaced watchdog_pid with struct task_struct. watchdog_tsk is NULL when the task is not running. Signed-off-by: Jason Cooper Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed