veth: remove unneeded ifname code from veth_newlink()
authorJiri Pirko <jpirko@redhat.com>
Mon, 24 Jan 2011 05:45:46 +0000 (05:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jan 2011 07:18:18 +0000 (23:18 -0800)
The code is not needed because tb[IFLA_IFNAME] is already
processed in rtnl_newlink(). Remove this redundancy.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found