From: David Woodhouse Date: Fri, 14 Dec 2007 02:48:00 +0000 (-0500) Subject: libertas: don't exit worker thread until kthread_stop() is called X-Git-Tag: v2.6.25-rc1~1162^2~328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f88705a7ce2f9ef13d6656ee715493a663edfc;p=pandora-kernel.git libertas: don't exit worker thread until kthread_stop() is called The kthread code can't cope with a thread exiting of its own accord and then someone calling kthread_stop() for it. When the thread detects that it needs to die, make it wait for kthread_stop() to be called. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed