diff options
Diffstat (limited to 'drivers/net/ethernet/3com/3c59x.c')
| -rw-r--r-- | drivers/net/ethernet/3com/3c59x.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/3c59x.c b/drivers/net/ethernet/3com/3c59x.c index ed0feb3cc6f..1928e200158 100644 --- a/drivers/net/ethernet/3com/3c59x.c +++ b/drivers/net/ethernet/3com/3c59x.c @@ -1293,7 +1293,6 @@ static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,  		pr_cont(" ***INVALID CHECKSUM %4.4x*** ", checksum);  	for (i = 0; i < 3; i++)  		((__be16 *)dev->dev_addr)[i] = htons(eeprom[i + 10]); -	memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);  	if (print_info)  		pr_cont(" %pM", dev->dev_addr);  	/* Unfortunately an all zero eeprom passes the checksum and this  |