aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2020-04-27 09:40:52 +0000
committerDavid S. Miller <[email protected]>2020-04-30 20:39:22 -0700
commitc4db9934a33e5f276965a14b3eea7a6d64c85065 (patch)
tree9ece078706339399f2c419f80a2bc314bc7d8851 /tools/perf/scripts/python/bin
parent0a699302be5986307b3dcf84ac7a0dd30f9e9305 (diff)
net: ll_temac: Fix return value check in temac_probe()
In case of error, the function devm_ioremap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <[email protected]> Acked-by: Esben Haabendal <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions