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>
This commit is contained in:
Родитель
5a48b72de8
Коммит
a60e7e1e65
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче