Searched hist:f95cc5c18c15a425c3dceec48df6b4e27a202dda (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/fsl/ |
H A D | imx-audmix.c | diff f95cc5c18c15a425c3dceec48df6b4e27a202dda Mon Sep 21 03:59:18 CEST 2020 Xu Wang <vulab@iscas.ac.cn> ASoC: fsl: imx-audmix: Use devm_kcalloc() instead of devm_kzalloc()
A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "devm_kcalloc".
Signed-off-by: Xu Wang <vulab@iscas.ac.cn> Link: https://lore.kernel.org/r/20200921015918.24157-1-vulab@iscas.ac.cn Signed-off-by: Mark Brown <broonie@kernel.org>
|