Skip to content

Commit 2a43ca0

Browse files
committed
mv643xx_eth: Properly resolve merge conflict.
The second SET_NETDEV_DEV() in the hunk should be removed. Reported-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d8e4aa0 commit 2a43ca0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/marvell/mv643xx_eth.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,8 +3224,6 @@ static int mv643xx_eth_probe(struct platform_device *pdev)
32243224
dev->min_mtu = 64;
32253225
dev->max_mtu = 9500;
32263226

3227-
SET_NETDEV_DEV(dev, &pdev->dev);
3228-
32293227
if (mp->shared->win_protect)
32303228
wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
32313229

0 commit comments

Comments
 (0)