Skip to content

Commit

Permalink
e1000: remove email reference
Browse files Browse the repository at this point in the history
The email [email protected] is no longer available, remove all
references.

Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jul 22, 2008
1 parent c7be73b commit 63cd31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ static void e1000_dump_eeprom(struct e1000_adapter *adapter)
printk(KERN_ERR "to enable this network device.\n");
printk(KERN_ERR "Please inspect the EEPROM dump and report the issue "
"to your hardware vendor\n");
printk(KERN_ERR "or Intel Customer Support: [email protected]\n");
printk(KERN_ERR "or Intel Customer Support.\n");
printk(KERN_ERR "/*********************/\n");

kfree(data);
Expand Down

0 comments on commit 63cd31f

Please sign in to comment.