We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d0f31 commit 86c2b51Copy full SHA for 86c2b51
drivers/net/phy/dp83867.c
@@ -468,8 +468,7 @@ static int dp83867_set_tunable(struct phy_device *phydev,
468
469
static int dp83867_config_port_mirroring(struct phy_device *phydev)
470
{
471
- struct dp83867_private *dp83867 =
472
- (struct dp83867_private *)phydev->priv;
+ struct dp83867_private *dp83867 = phydev->priv;
473
474
if (dp83867->port_mirroring == DP83867_PORT_MIRROING_EN)
475
phy_set_bits_mmd(phydev, DP83867_DEVADDR, DP83867_CFG4,
0 commit comments