Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/net/ethernet/marvell/mv643xx_eth.c
··· 3224 3224 dev->min_mtu = 64; 3225 3225 dev->max_mtu = 9500; 3226 3226 3227 - SET_NETDEV_DEV(dev, &pdev->dev); 3228 - 3229 3227 if (mp->shared->win_protect) 3230 3228 wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect); 3231 3229