diff options
| author | Wei Yongjun <[email protected]> | 2013-07-30 07:51:37 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2013-07-31 15:00:01 +0100 |
| commit | 70263cb474853c116f80713d468f3c17d805921c (patch) | |
| tree | d92b3ea733464c520bf6d560f9e1b94096aabb95 /tools/perf/scripts/python/syscall-counts.py | |
| parent | ae5c322303fff50b93d60e34c6563f1264a5941b (diff) | |
ASoC: rcar: fix return value check in rsnd_gen1_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR(), and also remove the dev_err call to avoid redundant
error message.
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions