]> git.ipfire.org Git - people/ms/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2015 18:42:55 +0000 (13:42 -0500)
commit42460c1a93ffb2d4cb105e418f12d20063e80d24
tree1de8de72cbc3e15120509aeadc975331d67b4f54
parentf19206952d3ace1ca56ab9fa5b8f0c97b8b3e0f7
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