Skip to content

Commit

Permalink
net: phy: davicom: fix checkpath errors
Browse files Browse the repository at this point in the history
checkpath spotted a few stylistic errors, fix them.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Dec 18, 2013
1 parent 5a48b72 commit a60e7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/davicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int dm9161_config_intr(struct phy_device *phydev)
if (temp < 0)
return temp;

if(PHY_INTERRUPT_ENABLED == phydev->interrupts )
if (PHY_INTERRUPT_ENABLED == phydev->interrupts)
temp &= ~(MII_DM9161_INTR_STOP);
else
temp |= MII_DM9161_INTR_STOP;
Expand Down

0 comments on commit a60e7e1

Please sign in to comment.