diff options
author | 2013-10-21 11:12:02 +0800 | |
---|---|---|
committer | 2013-10-23 10:38:46 +0100 | |
commit | 543c954d6807ad0682c37846b7b9c423cd941415 (patch) | |
tree | 93347a9cead9cc5d8044ee79d70244693701961c /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | spi/atmel: Convert to devm_ioremap_resource() (diff) | |
download | linux-dev-543c954d6807ad0682c37846b7b9c423cd941415.tar.xz linux-dev-543c954d6807ad0682c37846b7b9c423cd941415.zip |
spi: atmel: fix return value check in atmel_spi_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().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions