diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch b/target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch index c6eb74a110..182ad62bf8 100644 --- a/target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch +++ b/target/linux/brcm63xx/patches-4.9/001-4.12-08-net-phy-Call-bus-reset-after-releasing-PHYs-from-res.patch @@ -21,7 +21,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/drivers/net/phy/mdio_bus.c +++ b/drivers/net/phy/mdio_bus.c -@@ -331,9 +331,6 @@ int __mdiobus_register(struct mii_bus *b +@@ -330,9 +330,6 @@ int __mdiobus_register(struct mii_bus *b mutex_init(&bus->mdio_lock); @@ -31,7 +31,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> /* de-assert bus level PHY GPIO resets */ if (bus->num_reset_gpios > 0) { bus->reset_gpiod = devm_kcalloc(&bus->dev, -@@ -363,6 +360,9 @@ int __mdiobus_register(struct mii_bus *b +@@ -362,6 +359,9 @@ int __mdiobus_register(struct mii_bus *b } } |