Browse Source

eth_ntoa and warnings fixups

tags/v0.9.3
Marty Connor 18 years ago
parent
commit
447ed77525
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/eepro100.c

+ 1
- 1
src/drivers/net/eepro100.c View File

637
 		nic->node_addr[i] =  (eeprom[i/2] >> (8*(i&1))) & 0xff;
637
 		nic->node_addr[i] =  (eeprom[i/2] >> (8*(i&1))) & 0xff;
638
 	}
638
 	}
639
 
639
 
640
-	DBG ("Ethernet addr: %s\n", eth_ntoa ( nic->node_addr ) );
640
+	DBG ( "Ethernet addr: %s\n", eth_ntoa ( nic->node_addr ) );
641
 
641
 
642
 	if (sum != 0xBABA)
642
 	if (sum != 0xBABA)
643
 		printf("eepro100: Invalid EEPROM checksum %#hX, "
643
 		printf("eepro100: Invalid EEPROM checksum %#hX, "

Loading…
Cancel
Save