net: dsa: mv88e6xxx: remove redundant assignments
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Mon, 20 Jun 2016 17:13:59 +0000 (13:13 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2016 07:58:28 +0000 (03:58 -0400)
commitfbae5a4895b8694126388ee033b6dd0b33fadf2b
tree494110e43a6400b227189e36adaf1e290b78065b
parent57d3231057e9e16930cef07b4281c6c902c42670
net: dsa: mv88e6xxx: remove redundant assignments

The chip->ds and ds->slave_mii_bus assignments are common to both legacy
and new MDIO probing and are already done in the later setup code.

Remove the duplicated assignments from the MDIO probing code.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx.c