]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Nov 2015 22:37:35 +0000 (14:37 -0800)
commit9290130f4942f1a0c5a417807692b72949774354
tree4f42bc7574ea3c439c16924c383a7fa087006443
parent81d84be24eb405e21fae883f5fbc390021e05bda
ARM: orion: Fix DSA platform device after mvmdio conversion

commit d836ace65ee98d7079bc3c5afdbcc0e27dca20a3 upstream.

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")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/plat-orion/common.c