git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a207a4b
)
ipv4: Adjust in_dev handling in fib_validate_source()
author
David S. Miller
<davem@davemloft.net>
Fri, 29 Jun 2012 01:54:02 +0000
(18:54 -0700)
committer
David 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