Commit 6d6a0392 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by Greg Kroah-Hartman

Revert "dpaa_eth: fix usage as DSA master, try 3"

This reverts commit b145710b which is
commit 5d14c304 upstream.

The patch is not wrong, but the Fixes: tag is. It should have been:

	Fixes: 060ad66f ("dpaa_eth: change DMA device")

which means that it's fixing a commit which was introduced in:

git describe --tags 060ad66f
v5.4-rc3-783-g060ad66f

which then means it should have not been backported to linux-4.19.y,
where things _were_ working and now they're not.
Reported-by: default avatarJoakim Tjernlund <joakim.tjernlund@infinera.com>
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29d1d0c7
......@@ -2796,7 +2796,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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment