mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
Revert "dpaa_eth: fix usage as DSA master, try 3"
This reverts commit40a904b1c2. The patch is not wrong, but the Fixes: tag is. It should have been: Fixes:060ad66f97("dpaa_eth: change DMA device") which means that it's fixing a commit which was introduced in: git tag --contains060ad66f97v5.5 which then means it should have not been backported to linux-5.4.y, where things _were_ working and now they're not. Reported-by: Joakim Tjernlund <joakim.tjernlund@infinera.com> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4918285a6c
commit
909dbf09cd
@@ -2802,7 +2802,7 @@ static int dpaa_eth_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
/* Do this here, so we can be verbose early */
|
||||
SET_NETDEV_DEV(net_dev, dev->parent);
|
||||
SET_NETDEV_DEV(net_dev, dev);
|
||||
dev_set_drvdata(dev, net_dev);
|
||||
|
||||
priv = netdev_priv(net_dev);
|
||||
|
||||
Reference in New Issue
Block a user