diff options
author | Wei Yongjun <[email protected]> | 2022-09-22 02:10:23 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-26 12:44:40 -0700 |
commit | 9f1e337851bed60fef8fbea2726a8cd976120c26 (patch) | |
tree | 3925f591e83cba68a309bb3913de2913443df25a /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 01bcfc1a166f596e61c1f99f9ef294803eec77f4 (diff) |
net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()
In case of error, the function get_phy_device() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Fixes: bc93e19d088b ("net: ethernet: adi: Add ADIN1110 support")
Signed-off-by: Wei Yongjun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions