aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/davicom.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/davicom.c')
-rw-r--r--drivers/net/phy/davicom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/davicom.c b/drivers/net/phy/davicom.c
index 383e8338ad86..d2c08f625a41 100644
--- a/drivers/net/phy/davicom.c
+++ b/drivers/net/phy/davicom.c
@@ -72,7 +72,7 @@ static int dm9161_config_intr(struct phy_device *phydev)
72 if (temp < 0) 72 if (temp < 0)
73 return temp; 73 return temp;
74 74
75 if(PHY_INTERRUPT_ENABLED == phydev->interrupts ) 75 if (PHY_INTERRUPT_ENABLED == phydev->interrupts)
76 temp &= ~(MII_DM9161_INTR_STOP); 76 temp &= ~(MII_DM9161_INTR_STOP);
77 else 77 else
78 temp |= MII_DM9161_INTR_STOP; 78 temp |= MII_DM9161_INTR_STOP;