ASoC: Intel: sst_byt: remove kfree for memory allocated with devm_kzalloc
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 16 Apr 2015 13:46:29 +0000 (21:46 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 17 Apr 2015 13:34:55 +0000 (14:34 +0100)
It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found