Re: [PATCH] phylib: fix device deletion order in mdiobus_unregister()

2015-09-01 Thread David Miller
From: Mark Salter Date: Tue, 1 Sep 2015 09:36:05 -0400 > commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not > the bus' parent.") uncovered a problem in mdiobus_unregister() which > leads to this warning when I reboot an APM Mustang (arm64) platform: ...

[PATCH] phylib: fix device deletion order in mdiobus_unregister()

2015-09-01 Thread Mark Salter
commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not the bus' parent.") uncovered a problem in mdiobus_unregister() which leads to this warning when I reboot an APM Mustang (arm64) platform: WARNING: CPU: 7 PID: 4239 at fs/sysfs/group.c:224 sysfs_remove_group+0xa0/0xa4()

Re: [PATCH] phylib: fix device deletion order in mdiobus_unregister()

2015-09-01 Thread Florian Fainelli
Le 09/01/15 06:36, Mark Salter a écrit : > commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not > the bus' parent.") uncovered a problem in mdiobus_unregister() which > leads to this warning when I reboot an APM Mustang (arm64) platform: > > WARNING: CPU: 7 PID: 4239 at

Re: [PATCH] phylib: fix device deletion order in mdiobus_unregister()

2015-09-01 Thread Mark Langsdorf
On 09/01/2015 08:36 AM, Mark Salter wrote: commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not the bus' parent.") uncovered a problem in mdiobus_unregister() which leads to this warning when I reboot an APM Mustang (arm64) platform: WARNING: CPU: 7 PID: 4239 at