|
@@ -29,7 +29,7 @@ Signed-off-by: David S. Miller <[email protected]>
|
|
|
|
|
|
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
|
|
|
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
|
|
|
-@@ -5021,6 +5021,10 @@ int stmmac_dvr_probe(struct device *devi
|
|
|
+@@ -5020,6 +5020,10 @@ int stmmac_dvr_probe(struct device *devi
|
|
|
reset_control_reset(priv->plat->stmmac_rst);
|
|
|
}
|
|
|
|
|
@@ -40,7 +40,7 @@ Signed-off-by: David S. Miller <[email protected]>
|
|
|
/* Init MAC and get the capabilities */
|
|
|
ret = stmmac_hw_init(priv);
|
|
|
if (ret)
|
|
|
-@@ -5245,6 +5249,7 @@ int stmmac_dvr_remove(struct device *dev
|
|
|
+@@ -5244,6 +5248,7 @@ int stmmac_dvr_remove(struct device *dev
|
|
|
phylink_destroy(priv->phylink);
|
|
|
if (priv->plat->stmmac_rst)
|
|
|
reset_control_assert(priv->plat->stmmac_rst);
|