提交 a60e7e1e 编写于 作者: F Florian Fainelli 提交者: David S. Miller

net: phy: davicom: fix checkpath errors

checkpath spotted a few stylistic errors, fix them.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5a48b72d
...@@ -72,7 +72,7 @@ static int dm9161_config_intr(struct phy_device *phydev) ...@@ -72,7 +72,7 @@ static int dm9161_config_intr(struct phy_device *phydev)
if (temp < 0) if (temp < 0)
return temp; return temp;
if(PHY_INTERRUPT_ENABLED == phydev->interrupts ) if (PHY_INTERRUPT_ENABLED == phydev->interrupts)
temp &= ~(MII_DM9161_INTR_STOP); temp &= ~(MII_DM9161_INTR_STOP);
else else
temp |= MII_DM9161_INTR_STOP; temp |= MII_DM9161_INTR_STOP;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册