diff options
author | Tang Bin <tangbin@cmss.chinamobile.com> | 2020-07-14 19:27:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-17 14:47:00 +0100 |
commit | 16bf5e82facd703ba8f206f00f064e786ea8318c (patch) | |
tree | 5d8278f52e89180cbbe4c85e51bd70fb515177bf /sound/soc/sof | |
parent | 969943bfc9629f7c999fb5168a1d693cf03acc36 (diff) |
ASoC: qcom: qdsp6: Use IS_ERR() instead of IS_ERR_OR_NULL()
In the function q6adm_open(), q6adm_alloc_copp() doesn't return
NULL. Thus use IS_ERR() to validate the returned value instead
of IS_ERR_OR_NULL(). And delete the extra line.
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200714112744.20560-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof')
0 files changed, 0 insertions, 0 deletions