aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2018-09-15 01:33:21 +0000
committerDavid S. Miller <[email protected]>2018-09-17 08:05:58 -0700
commitf5de8bfef85b5caca444bf522411d9c8f9335e55 (patch)
tree7636142a61899599d0af4879488def6d445a7e3a /tools/perf/scripts/python/export-to-sqlite.py
parent7a3dd8c8979ce48b99cb0e9b7435a97f0716138a (diff)
net: dsa: gswip: Fix return value check in gswip_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: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200") Signed-off-by: Wei Yongjun <[email protected]> Acked-by: Hauke Mehrtens <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions