mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
5c4e15e632
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:
|
||
---|---|---|
.. | ||
common | ||
mt2701 | ||
mt6797 | ||
mt7986 | ||
mt8173 | ||
mt8183 | ||
mt8186 | ||
mt8188 | ||
mt8192 | ||
mt8195 | ||
mt8365 | ||
Kconfig | ||
Makefile |