diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2019-07-19 04:22:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-19 06:33:48 +0300 |
commit | 269b7c5ff78264e3728b95828d219e0e0eeaec94 (patch) | |
tree | cc677e7619affd9d8fb790e94e81df5009eb51e1 /net | |
parent | 6f5fa8d2c05f247ab50440df0f07867ae0fc9050 (diff) | |
download | linux-269b7c5ff78264e3728b95828d219e0e0eeaec94.tar.xz |
ag71xx: fix return value check in ag71xx_probe()
In case of error, the function of_get_mac_address() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes: d51b6ce441d3 ("net: ethernet: add ag71xx driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions