net: phy: icplus: fix checkpath error

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Florian Fainelli 2013-12-17 21:38:08 -08:00 committed by David S. Miller
parent dd61d963b9
commit 9ed66cb502
1 changed files with 1 additions and 1 deletions

View File

@ -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) {