veth: remove redundant call of dev_alloc_name
authorHong zhi guo <honkiko@gmail.com>
Sun, 9 Jun 2013 12:15:20 +0000 (20:15 +0800)
committerDavid 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