]> git.baikalelectronics.ru Git - kernel.git/commit
staging: octeon: Call SET_NETDEV_DEV()
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 15 Dec 2016 01:13:24 +0000 (17:13 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 16:11:50 +0000 (17:11 +0100)
commitf753443274d42ab44dec1c8ed49ef890fc812ff4
tree0c9f19bcb1d57a6f1903580808f37dc7bd768bc3
parentef211bfee86a69318feb8815dcd663b790bc5142
staging: octeon: Call SET_NETDEV_DEV()

The Octeon driver calls into PHYLIB which now checks for
net_device->dev.parent, so make sure we do set it before calling into
any MDIO/PHYLIB related function.

Fixes: 17f7da5204e4 ("phy: Don't increment MDIO bus refcount unless it's a different owner")
Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: stable <stable@vger.kernel.org> # 4.9+
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet.c