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:
ec34232
)
net: correct check in dev_addr_del()
author
Jiri Pirko
<jiri@resnulli.us>
Wed, 14 Nov 2012 02:51:04 +0000
(
02:51
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Nov 2012 22:57:53 +0000
(17:57 -0500)
Check (ha->addr == dev->dev_addr) is always true because dev_addr_init()
sets this. Correct the check to behave properly on addr removal.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found