ramips: add missing unlock in fe_phy_link_adjust

Based on patch by Neil Brown

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2018-04-14 19:48:58 +02:00
parent d13c7acd9e
commit ceff5d8c82

View File

@ -57,6 +57,7 @@ static void fe_phy_link_adjust(struct net_device *dev)
}
}
}
spin_unlock_irqrestore(&priv->phy->lock, flags);
}
int fe_connect_phy_node(struct fe_priv *priv, struct device_node *phy_node)