diff options
| author | Wei Yongjun <[email protected]> | 2020-01-17 02:41:49 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-01-17 15:31:16 +0000 |
| commit | f9f5bbf5783cd63369d3e6c8cf27e2bd7c5ac2c3 (patch) | |
| tree | 0e4c67f25af49bfe0984aeea05cb19c719673eab /tools/perf/scripts/python/bin | |
| parent | b03c29c1b13afa18ee88cce07bbe87298eb0d3a3 (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions