From: Vinod Koul Date: Mon, 20 Oct 2014 15:24:31 +0000 (+0530) Subject: ASoC: intel: log an error on double free X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~16^3~51 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790b4075b3a6845543d02ab29c81dc450e7b6794;p=pandora-kernel.git ASoC: intel: log an error on double free the stream context should be freed only once on stream cleanup. If we ever hit a chance that stream context is getting double freed, though not an cause of panic as memory allocator can deal with this, we should still log this to help in finding issues and debugging Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- Reading git-diff-tree failed