From: Florian Fainelli Date: Mon, 15 Sep 2014 21:48:08 +0000 (-0700) Subject: net: dsa: fix mii_bus to host_dev replacement X-Git-Tag: fixes-against-v3.18-rc2~81^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f570a6abc192f047550743f9957b617af605af;p=pandora-kernel.git net: dsa: fix mii_bus to host_dev replacement dsa_of_probe() still used cd->mii_bus instead of cd->host_dev when building with CONFIG_OF=y. Fix this by making the replacement here as well. Fixes: b4d2394d01b ("dsa: Replace mii_bus with a generic host device") Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed