projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a48b72
)
net: phy: davicom: fix checkpath errors
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 18 Dec 2013 05:38:06 +0000
(21:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 18 Dec 2013 05:49:01 +0000
(
00:49
-0500)
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>
drivers/net/phy/davicom.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/davicom.c
b/drivers/net/phy/davicom.c
index 383e8338ad865c3d8fabf5c9722fc883ac3923de..d2c08f625a41a3d33a2ef1c6ab1fffdd08a5bc4b 100644
(file)
--- a/
drivers/net/phy/davicom.c
+++ b/
drivers/net/phy/davicom.c
@@
-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;