diff options
author | 2013-07-30 07:51:37 +0800 | |
---|---|---|
committer | 2013-07-31 15:00:01 +0100 | |
commit | 70263cb474853c116f80713d468f3c17d805921c (patch) | |
tree | d92b3ea733464c520bf6d560f9e1b94096aabb95 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: add Renesas R-Car SSI feature (diff) | |
download | linux-dev-70263cb474853c116f80713d468f3c17d805921c.tar.xz linux-dev-70263cb474853c116f80713d468f3c17d805921c.zip |
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 <yongjun_wei@trendmicro.com.cn>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions