From: Christian Engelmayer Date: Sun, 13 Apr 2014 20:46:31 +0000 (+0200) Subject: ASoC: Intel: Fix a self assignment in sst_mem_block_alloc_scratch() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^3~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1b94bf4920cc12545883faa43c014efbf61b1e;p=pandora-kernel.git ASoC: Intel: Fix a self assignment in sst_mem_block_alloc_scratch() Remove a self assignment in sst_mem_block_alloc_scratch(). When calculating buffer sizes there is no need for statements without effect. Detected by Coverity: CID 1195249. Signed-off-by: Christian Engelmayer Signed-off-by: Mark Brown --- Reading git-diff-tree failed