]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
net: mvneta: do not explicitly set the carrier state in open
authorAntoine Tenart <antoine.tenart@bootlin.com>
Wed, 19 Sep 2018 09:39:33 +0000 (11:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 04:15:02 +0000 (21:15 -0700)
commit09b8a45eda546d2d93ee75c9899aba22c4dcb814
tree39fd86f720388b7ab75008a19ca0a0e4f008a5c7
parentf8f5f588bb9b2f7fd7b019c125028517921d61e7
net: mvneta: do not explicitly set the carrier state in open

This patch removes the explicit call to netif_carrier_off() in
mvneta_open() as this is already handled in phylink_start().

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c