projects
/
platform
/
kernel
/
linux-arm64.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
|
history
diff --git
a/drivers/net/phy/davicom.c
b/drivers/net/phy/davicom.c
index
383e833
..
d2c08f6
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;