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:
7a6e288
)
veth: remove redundant call of dev_alloc_name
author
Hong zhi guo
<honkiko@gmail.com>
Sun, 9 Jun 2013 12:15:20 +0000
(20:15 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 12 Jun 2013 08:21:20 +0000
(
01:21
-0700)
it's called in the following register_netdevice. No need to call it
here.
Tested with "ip link add type veth" and "ip link add xxx%d type veth".
Signed-off-by: Hong Zhiguo <honkiko@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found