diff options
Diffstat (limited to 'drivers/net/phy/icplus.c')
-rw-r--r-- | drivers/net/phy/icplus.c | 2 |
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"); | |||
48 | static int ip175c_config_init(struct phy_device *phydev) | 48 | static int ip175c_config_init(struct phy_device *phydev) |
49 | { | 49 | { |
50 | int err, i; | 50 | int err, i; |
51 | static int full_reset_performed = 0; | 51 | static int full_reset_performed; |
52 | 52 | ||
53 | if (full_reset_performed == 0) { | 53 | if (full_reset_performed == 0) { |
54 | 54 | ||