summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2021-05-13 15:46:21 +0300
committerDavid S. Miller <davem@davemloft.net>2021-05-14 01:54:08 +0300
commitc7d8302478ae645c2e9b59f2cf125641875b7dc2 (patch)
tree42beec029b28d0cc6c73798d472f98aaef9714c8 /Kconfig
parent65e302a9bd57b62872040d57eea1201562a7cbb2 (diff)
downloadlinux-c7d8302478ae645c2e9b59f2cf125641875b7dc2.tar.xz
net: korina: Fix return value check in korina_probe()
In case of error, the function devm_platform_ioremap_resource_byname() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: b4cd249a8cc0 ("net: korina: Use devres functions") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions