e1000: remove unused part_num reading code
Remove the code that reads part_num from the EEPROM. This part number is never displayed or queryable by the user. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
This commit is contained in:
@ -853,8 +853,6 @@ e1000_probe(struct pci_dev *pdev,
|
||||
goto err_eeprom;
|
||||
}
|
||||
|
||||
e1000_read_part_num(&adapter->hw, &(adapter->part_num));
|
||||
|
||||
e1000_get_bus_info(&adapter->hw);
|
||||
|
||||
init_timer(&adapter->tx_fifo_stall_timer);
|
||||
|
Reference in New Issue
Block a user