From: Marty Connor Date: Mon, 25 Sep 2006 02:18:11 +0000 (+0000) Subject: eth_ntoa and warnings fixups X-Git-Tag: v0.9.3~1024 X-Git-Url: http://git.etherboot.org/people/andreif/gpxe.git/commitdiff_plain/447ed775255dcc271b1c7f2236f1be094a12ba2e?ds=sidebyside eth_ntoa and warnings fixups --- diff --git a/src/drivers/net/eepro100.c b/src/drivers/net/eepro100.c index 829def52..f7d888cd 100644 --- a/src/drivers/net/eepro100.c +++ b/src/drivers/net/eepro100.c @@ -637,7 +637,7 @@ static int eepro100_probe ( struct nic *nic, struct pci_device *p ) { nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff; } - DBG ("Ethernet addr: %s\n", eth_ntoa ( nic->node_addr ) ); + DBG ( "Ethernet addr: %s\n", eth_ntoa ( nic->node_addr ) ); if (sum != 0xBABA) printf("eepro100: Invalid EEPROM checksum %#hX, "