mirror of https://github.com/ipxe/ipxe.git
replaces printf with dbg
parent
04962a0b31
commit
fc47f2a4ce
|
@ -286,7 +286,7 @@ static void natsemi_reset (struct net_device *netdev)
|
|||
udelay(5);
|
||||
}
|
||||
if (i == NATSEMI_HW_TIMEOUT) {
|
||||
printf ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
|
||||
DBG ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
|
||||
}
|
||||
|
||||
/* restore CFG */
|
||||
|
|
Loading…
Reference in New Issue