commit | 1bcdca3ffbbbed0d09b46cf4263ed2593a418375 | [log] [tgz] |
---|---|---|
author | Tim Hansen <devtimhansen@gmail.com> | Wed Oct 04 15:59:49 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 05 21:16:06 2017 -0700 |
tree | a888e56af609a06e3d40cf1bd61b0d4d78129bd0 | |
parent | 6d05081e55a5a55b32ae6609f1902eca8277541d [diff] |
net/ipv4: Remove unused variable in route.c int rc is unmodified after initalization in net/ipv4/route.c, this patch simply cleans up that variable and returns 0. This was found with coccicheck M=net/ipv4/ on linus' tree. Signed-off-by: Tim Hansen <devtimhansen@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>