commit | be471fe332f7f14aa6828010b220d7e6902b91a0 | [log] [tgz] |
---|---|---|
author | Yang Yingliang <yangyingliang@huawei.com> | Thu Jun 10 20:49:58 2021 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jun 12 09:31:13 2021 +0200 |
tree | 11ff83c132a4653480c82ade24024ae0a90eab3e | |
parent | 01893553e67c768985dc1531fa89fb04aa5134ce [diff] |
ALSA: n64: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20210610124958.116142-1-yangyingliang@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>