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:
6464281
)
net: arp: use assignment
author
Changli Gao
<xiaosuo@gmail.com>
Wed, 1 Dec 2010 20:07:31 +0000
(20:07 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 Dec 2010 20:59:09 +0000
(12:59 -0800)
Only when dont_send is 0, arp_filter() is consulted, so we can simply
assign the return value of arp_filter() to dont_send instead.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found