]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: mediatek: mt8365: check validity before usage of i2s_data
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Wed, 11 Sep 2024 11:13:07 +0000 (16:13 +0500)
committerMark Brown <broonie@kernel.org>
Wed, 11 Sep 2024 12:59:33 +0000 (13:59 +0100)
commit5c4e15e63216e7268bb2f1132ee8fad0ec46bbb7
treeabd7b45c03430b051ad1ee43ceca1e3a4edf1e1c
parent0b0aa67baa8904e3c1e13be48a2ca125f59ead3d
ASoC: mediatek: mt8365: check validity before usage of i2s_data

There may be a case where i2s_data may not get initialized by the for
loop which will cause the kernel crash. Initialize the i2s_data to NULL
and abort execute if it isn't found.

Fixes: 402bbb13a195 ("ASoC: mediatek: mt8365: Add I2S DAI support")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20240911111317.4072349-1-usama.anjum@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8365/mt8365-dai-i2s.c