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:
3830847
)
ipv6: Kill ndisc_get_neigh() inline helper.
author
David S. Miller
<davem@davemloft.net>
Sat, 3 Dec 2011 23:29:30 +0000
(18:29 -0500)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Dec 2011 23:29:30 +0000
(18:29 -0500)
It's only used in net/ipv6/route.c and the NULL device check is
superfluous for all of the existing call sites.
Just expand the __ndisc_lookup_errno() call at each location.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found