aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/icplus.c
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2013-12-17 21:38:08 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-18 00:49:02 -0500
commit9ed66cb502e050650c319633f096a1c14b0470e2 (patch)
tree5fc58914a8011be1416a4e3ac4653e293da1f38f /drivers/net/phy/icplus.c
parentnet: phy: dp83640: fix checkpath error (diff)
downloadlinux-dev-9ed66cb502e050650c319633f096a1c14b0470e2.tar.xz
linux-dev-9ed66cb502e050650c319633f096a1c14b0470e2.zip
net: phy: icplus: fix checkpath error
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/icplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c
index b5ddd5077a80..97bf58bf4939 100644
--- 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) {