commit | f8f5f588bb9b2f7fd7b019c125028517921d61e7 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Wed Sep 19 11:39:32 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 21:15:02 2018 -0700 |
tree | 204149d3262f50fba9664d9864c58a253277b22d | |
parent | aeeb2e8fdefdd5d257a1446351c70cb3df540199 [diff] |
net: mvpp2: do not explicitly set the carrier state in open This patch removes the explicit call to netif_carrier_off() in PPv2's open() path, as this is now handled in phylink_start(). Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>