aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2020-01-08 03:59:54 +0000
committerMark Brown <[email protected]>2020-01-09 13:23:43 +0000
commitf0df2e650e3eee5ff79c06dedb98c318ff177a95 (patch)
treef4d2336f189a09632fe494a22f945c7275fa1597 /tools/perf/scripts/python
parent599b10193c77e4b8a68192b3b277a01e8b467043 (diff)
ASoC: amd: acp3x: Fix return value check in acp3x_dai_probe()
In case of error, the function devm_ioremap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Fixes: c9fe7db6e884 ("ASoC: amd: Refactoring of DAI from DMA 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')
0 files changed, 0 insertions, 0 deletions