mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
replaces printf with dbg
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user