aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2013-12-17 21:38:05 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-18 00:49:01 -0500
commit5a48b72de87d8f26e36aca9159bf596bc09791c1 (patch)
treef2e282f58ed4a998a49ef8723373f3d53382fe19
parentMerge branch 'vlan_tpid' (diff)
downloadlinux-dev-5a48b72de87d8f26e36aca9159bf596bc09791c1.tar.xz
linux-dev-5a48b72de87d8f26e36aca9159bf596bc09791c1.zip
net: phy: cicada: fix checkpath errors
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>
-rw-r--r--drivers/net/phy/cicada.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/cicada.c b/drivers/net/phy/cicada.c
index 313a0377f68f..b57ce0cc9657 100644
--- a/drivers/net/phy/cicada.c
+++ b/drivers/net/phy/cicada.c
@@ -92,8 +92,8 @@ static int cis820x_config_intr(struct phy_device *phydev)
{
int err;
- if(phydev->interrupts == PHY_INTERRUPT_ENABLED)
- err = phy_write(phydev, MII_CIS8201_IMASK,
+ if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
+ err = phy_write(phydev, MII_CIS8201_IMASK,
MII_CIS8201_IMASK_MASK);
else
err = phy_write(phydev, MII_CIS8201_IMASK, 0);