From: Imre Deak Date: Fri, 30 May 2014 07:52:29 +0000 (+0300) Subject: ASoC: Intel: byt/hsw: Add missing kthread_stop to error/cleanup path X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~24^2~7^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf0e4520d45d5425f3a5257d346e3310e1a63b4;p=pandora-kernel.git ASoC: Intel: byt/hsw: Add missing kthread_stop to error/cleanup path Baytrail and Haswell SST IPC don't stop the kernel thread in error and cleanup path thus leaving orphan kernel thread behind in such a case. Also while at it, fix one error path in sst-haswell-ipc.c that doesn't free hsw->msg. [Jarkko: I edited the commit log a little] Signed-off-by: Imre Deak Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed