diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-08-04 10:44:22 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-06 21:56:55 -0700 |
commit | 5a9348b54d396c0b8bb877abcb107293034a87de (patch) | |
tree | 4e5da9caa8ad15e4765690ebce4be1bf1b8c0726 /firmware/ositech | |
parent | 02b52428475672a241365910949deb6fe95d043c (diff) | |
download | linux-5a9348b54d396c0b8bb877abcb107293034a87de.tar.bz2 |
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 <dan.carpenter@oracle.com>
Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Acked-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/ositech')
0 files changed, 0 insertions, 0 deletions