diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-05-14 11:14:25 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-15 06:46:08 +0200 |
commit | 87c254c87ed76ac1c74218e24e9627adc94c51f3 (patch) | |
tree | 313b71eb63ed34ad4e599224672ff8e19f9eba2c /target/linux/lantiq/files-4.14 | |
parent | edec25187008e2e7893858f871369f9d6a0157e0 (diff) | |
download | upstream-87c254c87ed76ac1c74218e24e9627adc94c51f3.tar.gz upstream-87c254c87ed76ac1c74218e24e9627adc94c51f3.tar.bz2 upstream-87c254c87ed76ac1c74218e24e9627adc94c51f3.zip |
staging: mt7621-eth: fix return value check in mt7621_gsw_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: f079b6406348 ("staging: mt7621-eth: add gigabit switch driver (GSW)")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'target/linux/lantiq/files-4.14')
0 files changed, 0 insertions, 0 deletions