Parcourir la source

Remove old-style debug message

tags/v0.9.3
Michael Brown il y a 18 ans
Parent
révision
bb3df618b8
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0
    2
      src/drivers/net/e1000.c

+ 0
- 2
src/drivers/net/e1000.c Voir le fichier

@@ -3674,8 +3674,6 @@ static int e1000_probe ( struct nic *nic, struct pci_device *p ) {
3674 3674
 	e1000_read_mac_addr(&hw);
3675 3675
 	memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
3676 3676
 	
3677
-	printf("Ethernet addr: %!\n", nic->node_addr);
3678
-
3679 3677
 	/* reset the hardware with the new settings */
3680 3678
 
3681 3679
 	ret_val = e1000_reset(&hw);

Chargement…
Annuler
Enregistrer