commit | a2f6ed4a44721d3a9fdf4da7e0743cb13866bf61 | [log] [tgz] |
---|---|---|
author | Yang Yingliang <yangyingliang@huawei.com> | Tue Jun 15 09:39:22 2021 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 21 13:03:18 2021 +0100 |
tree | 4ae1a3c0d42d58d827de42adaccbf1ba4266c6e7 | |
parent | 67798860e6d0114149562e6897cf07ba4bebc1d6 [diff] |
ASoC: fsl_xcvr: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return value. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20210615013922.784296-10-yangyingliang@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>