aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2015-08-04 10:44:22 +0300
committerDavid S. Miller <[email protected]>2015-08-06 21:56:55 -0700
commit5a9348b54d396c0b8bb877abcb107293034a87de (patch)
tree4e5da9caa8ad15e4765690ebce4be1bf1b8c0726 /tools/perf/scripts/python
parent02b52428475672a241365910949deb6fe95d043c (diff)
mpls: small cleanup in inet/inet6_fib_lookup_dev()
We recently changed this code from returning NULL to returning ERR_PTR. There are some left over NULL assignments which we can remove. We can preserve the error code from ip_route_output() instead of always returning -ENODEV. Also these functions use a mix of gotos and direct returns. There is no cleanup necessary so I changed the gotos to direct returns. Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Roopa Prabhu <[email protected]> Acked-by: Robert Shearman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions