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:
parent
dd61d963b9
commit
9ed66cb502
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue