projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd61d96
)
net: phy: icplus: fix checkpath error
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 18 Dec 2013 05:38:08 +0000
(21:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 18 Dec 2013 05:49:02 +0000
(
00:49
-0500)
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/icplus.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/icplus.c
b/drivers/net/phy/icplus.c
index
b5ddd50
..
97bf58b
100644
(file)
--- a/
drivers/net/phy/icplus.c
+++ b/
drivers/net/phy/icplus.c
@@
-48,7
+48,7
@@
MODULE_LICENSE("GPL");
static int ip175c_config_init(struct phy_device *phydev)
{
int err, i;
- static int full_reset_performed
= 0
;
+ static int full_reset_performed;
if (full_reset_performed == 0) {