net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()

The Lantiq Etop 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: ec988ad78ed6 ("phy: Don't increment MDIO bus refcount unless it's a different owner")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Florian Fainelli and committed by David S. Miller 9cecb138 c4587631

Changed files
+1
drivers
net
ethernet
+1
drivers/net/ethernet/lantiq_etop.c
··· 704 704 priv->pldata = dev_get_platdata(&pdev->dev); 705 705 priv->netdev = dev; 706 706 spin_lock_init(&priv->lock); 707 + SET_NETDEV_DEV(dev, &pdev->dev); 707 708 708 709 for (i = 0; i < MAX_DMA_CHAN; i++) { 709 710 if (IS_TX(i))