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:
115d2a3
)
ipv4: remove useless codes in ipmr_device_event()
author
RongQing.Li
<roy.qing.li@gmail.com>
Wed, 23 Nov 2011 23:10:52 +0000
(23:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Nov 2011 23:32:33 +0000
(18:32 -0500)
Commit
7dc00c82
added a 'notify' parameter for vif_delete() to
distinguish whether to unregister the device.
When notify=1 means we does not need to unregister the device,
so calling unregister_netdevice_many is useless.
Signed-off-by: RongQing.Li <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found