commit | 9ed66cb502e050650c319633f096a1c14b0470e2 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Dec 17 21:38:08 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 18 00:49:02 2013 -0500 |
tree | 5fc58914a8011be1416a4e3ac4653e293da1f38f | |
parent | dd61d963b90609690c94cfc98227e8aff5a9939c [diff] [blame] |
net: phy: icplus: fix checkpath error Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c index b5ddd50..97bf58b 100644 --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c
@@ -48,7 +48,7 @@ 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) {