commit | 008fe4e5382293e2da96a4dc75b95782a5f95be8 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Mar 20 13:57:02 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 21 14:58:01 2019 +0000 |
tree | d906b99bda62fe581b6ea59ec424a5bd08db6956 | |
parent | 16123412a6283bcf956f1a377f2e799a79c2b439 [diff] |
ASoC: simple-card-utils: test memory allocation li->conf will be 0 if it was not DPCM case. Then, 1) we shouldn't call devm_kcalloc() with size 0, 2) we need NULL pointer check if li->conf was not 0. This patch fixed above issues. Special thanks to Pierre-Louis Bossart Reported-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>