diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-04-25 09:44:05 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2017-04-25 11:03:40 +0300 |
commit | b655f0e96d4061eac42dea2dccd37a3348d1f3f3 (patch) | |
tree | f26fee45059d842f5005ff9a0855c9ed2f19a56e /.gitattributes | |
parent | 5e64ebc1c242523b491b5b5e5eba59243bb970cb (diff) | |
download | linux-b655f0e96d4061eac42dea2dccd37a3348d1f3f3.tar.xz |
can: ti_hecc: fix return value check in ti_hecc_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().
Fixes: dabf54dd1c63 ("can: ti_hecc: Convert TI HECC driver to DT only driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions