mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
mv643xx_eth: Fix merge error.
One merge conflict block wasn't resolved. Reported-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0a6ce1e3c1
commit
d8e4aa0707
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue