summaryrefslogtreecommitdiffstats
path: root/lib/once.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2020-01-17 03:41:49 +0100
committerMark Brown <broonie@kernel.org>2020-01-17 16:31:16 +0100
commitf9f5bbf5783cd63369d3e6c8cf27e2bd7c5ac2c3 (patch)
tree0e4c67f25af49bfe0984aeea05cb19c719673eab /lib/once.c
parentASoC: rt711: fix return value check in rt711_sdw_probe() (diff)
downloadlinux-f9f5bbf5783cd63369d3e6c8cf27e2bd7c5ac2c3.tar.xz
linux-f9f5bbf5783cd63369d3e6c8cf27e2bd7c5ac2c3.zip
ASoC: rt715: fix return value check in rt715_sdw_probe()
In case of error, the function devm_regmap_init() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: d1ede0641b05 ("ASoC: rt715: add RT715 codec driver") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Link: https://lore.kernel.org/r/20200117024149.75515-1-weiyongjun1@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'lib/once.c')
0 files changed, 0 insertions, 0 deletions