diff options
author | YueHaibing <yuehaibing@huawei.com> | 2022-05-16 20:09:09 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-19 16:44:30 +0100 |
commit | 81e7b165c45e94188ae8f1134b57f27d1f35452f (patch) | |
tree | 8502931c1445210035f3abbab8c653c7501c6b9d /sound/soc/ux500 | |
parent | b1378b259c0c0300cf62dd7117bf550edce0f9cc (diff) |
ASoC: codecs: lpass: Fix passing zero to 'PTR_ERR'
sound/soc/codecs/lpass-macro-common.c:28 lpass_macro_pds_init() warn: passing zero to 'PTR_ERR'
sound/soc/codecs/lpass-macro-common.c:38 lpass_macro_pds_init() warn: passing zero to 'PTR_ERR'
sound/soc/codecs/lpass-macro-common.c:54 lpass_macro_pds_init() warn: passing zero to 'ERR_PTR'
dev_pm_domain_attach_by_name() may return NULL, set 'ret' as
-ENODATA to fix this warning.
Fixes: 1a8ee4cf8418 ("ASoC: codecs: Fix error handling in power domain init and exit handlers")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20220516120909.36356-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/ux500')
0 files changed, 0 insertions, 0 deletions