]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-compress: Change the check for codec_dai
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Thu, 10 Mar 2022 03:00:41 +0000 (11:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 14 Mar 2022 08:29:11 +0000 (08:29 +0000)
commit57bdcbc672299e09bc2eab451b698a4e4ce627ef
treed01ea3a31450b2cdae63c1e935fb0f945f7f4cdc
parent46b828e6c960774f035a3fe92aab1dce7fba721b
ASoC: soc-compress: Change the check for codec_dai

It should be better to reverse the check on codec_dai
and returned early in order to be easier to understand.

Fixes: 241595f46c52 ("ASoC: soc-compress: prevent the potentially use of null pointer")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220310030041.1556323-1-jiasheng@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-compress.c