commit | 09b8a45eda546d2d93ee75c9899aba22c4dcb814 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Wed Sep 19 11:39:33 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 21:15:02 2018 -0700 |
tree | 39fd86f720388b7ab75008a19ca0a0e4f008a5c7 | |
parent | f8f5f588bb9b2f7fd7b019c125028517921d61e7 [diff] |
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>