mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-13 20:33:15 +00:00
mv643xx_eth: Properly resolve merge conflict.
The second SET_NETDEV_DEV() in the hunk should be removed. Reported-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d8e4aa0707
commit
2a43ca0aa9
@ -3224,8 +3224,6 @@ static int mv643xx_eth_probe(struct platform_device *pdev)
|
||||
dev->min_mtu = 64;
|
||||
dev->max_mtu = 9500;
|
||||
|
||||
SET_NETDEV_DEV(dev, &pdev->dev);
|
||||
|
||||
if (mp->shared->win_protect)
|
||||
wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user