http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ffeffe
)
eth_ntoa and warnings fixups
author
Marty Connor
<mdc@etherboot.org>
Mon, 25 Sep 2006 02:18:11 +0000
(
02:18
+0000)
committer
Marty Connor
<mdc@etherboot.org>
Mon, 25 Sep 2006 02:18:11 +0000
(
02:18
+0000)
src/drivers/net/eepro100.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/eepro100.c
b/src/drivers/net/eepro100.c
index
829def5
..
f7d888c
100644
(file)
--- 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, "