]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: orion: Fix DSA platform device after mvmdio conversion
authorFlorian Fainelli <f.fainelli@gmail.com>
Sat, 3 Oct 2015 20:03:47 +0000 (13:03 -0700)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 6 Oct 2015 14:22:37 +0000 (16:22 +0200)
commitd836ace65ee98d7079bc3c5afdbcc0e27dca20a3
tree44e3ee371dd2dac51638af9bfae76736a8789c4f
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ARM: orion: Fix DSA platform device after mvmdio conversion

DSA expects the host_dev pointer to be the device structure associated
with the MDIO bus controller driver. First commit breaking that was
c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO
driver"), and then, it got completely under the radar for a while.

Reported-by: Frans van de Wiel <fvdw@fvdw.eu>
Fixes: c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO driver")
CC: stable@vger.kernel.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/plat-orion/common.c