commit | 17fb0b2b90568182bc969cbe0d76fa07079267e4 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Fri Sep 25 15:22:54 2015 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 22:30:24 2015 -0700 |
tree | e5cd9db6ddfa5dc989e37baa87671af97f2c9f71 | |
parent | 49d28b5642444d82bd23b9333785480d265420d1 [diff] |
net: Remove redundant oif checks in rt6_device_match The oif has already been checked that it is non-zero; the 2 additional checks on oif within that if (oif) {...} block are redundant. CC: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>