Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: davicom: 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>

authored by

Florian Fainelli and committed by
David S. Miller
a60e7e1e 5a48b72d

+1 -1
+1 -1
drivers/net/phy/davicom.c
··· 72 72 if (temp < 0) 73 73 return temp; 74 74 75 - if(PHY_INTERRUPT_ENABLED == phydev->interrupts ) 75 + if (PHY_INTERRUPT_ENABLED == phydev->interrupts) 76 76 temp &= ~(MII_DM9161_INTR_STOP); 77 77 else 78 78 temp |= MII_DM9161_INTR_STOP;