commit | 1514dc857f8ebbeb44da09236efa133ed6e15615 | [log] [tgz] |
---|---|---|
author | Guillaume Nault <g.nault@alphalink.fr> | Wed Apr 26 11:54:47 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 27 16:32:13 2017 -0400 |
tree | 770a7770095e9c198a3a643df197b41bbdb45e7c | |
parent | 0575c86b5dd596253bdfc0365b570d67b1a12523 [diff] |
l2tp: remove useless device duplication test in l2tp_eth_create() There's no need to verify that cfg->ifname is unique at this point. register_netdev() will return -EEXIST if asked to create a device with a name that's alrealy in use. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>