mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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
Block a user