ipv4: Adjust in_dev handling in fib_validate_source()
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2012 01:54:02 +0000 (18:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2012 01:54:02 +0000 (18:54 -0700)
Checking for in_dev being NULL is pointless.

In fact, all of our callers have in_dev precomputed already,
so just pass it in and remove the NULL checking.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found