Procházet zdrojové kódy

Remove old-style debug message

tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
bb3df618b8
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      src/drivers/net/e1000.c

+ 0
- 2
src/drivers/net/e1000.c Zobrazit soubor

@@ -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);

Načítá se…
Zrušit
Uložit