diff options
author | Aleksandr Mishin <amishin@t-argos.ru> | 2024-03-28 20:33:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-28 22:27:59 +0300 |
commit | ea60ab95723f5738e7737b56dda95e6feefa5b50 (patch) | |
tree | 02daedbbb7684a82d4cf28136d6c77fae927b111 /tools/scripts | |
parent | 559aebe45a054a479fdbd2a3dfba999ffd73cc9d (diff) | |
download | linux-ea60ab95723f5738e7737b56dda95e6feefa5b50.tar.xz |
ASoC: kirkwood: Fix potential NULL dereference
In kirkwood_dma_hw_params() mv_mbus_dram_info() returns NULL if
CONFIG_PLAT_ORION macro is not defined.
Fix this bug by adding NULL check.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: bb6a40fc5a83 ("ASoC: kirkwood: Fix reference to PCM buffer address")
Signed-off-by: Aleksandr Mishin <amishin@t-argos.ru>
Link: https://msgid.link/r/20240328173337.21406-1-amishin@t-argos.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/scripts')
0 files changed, 0 insertions, 0 deletions