Skip to content

Commit

Permalink
mv643xx_eth: Fix merge error.
Browse files Browse the repository at this point in the history
One merge conflict block wasn't resolved.

Reported-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Oct 31, 2016
1 parent 0a6ce1e commit d8e4aa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/ethernet/marvell/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3220,15 +3220,12 @@ static int mv643xx_eth_probe(struct platform_device *pdev)
dev->priv_flags |= IFF_UNICAST_FLT;
dev->gso_max_segs = MV643XX_MAX_TSO_SEGS;

<<<<<<< HEAD
/* MTU range: 64 - 9500 */
dev->min_mtu = 64;
dev->max_mtu = 9500;

SET_NETDEV_DEV(dev, &pdev->dev);

=======
>>>>>>> 2a26d99b251b8625d27aed14e97fc10707a3a81f
if (mp->shared->win_protect)
wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);

Expand Down

0 comments on commit d8e4aa0

Please sign in to comment.