mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
replaces printf with dbg
This commit is contained in:
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…
x
Reference in New Issue
Block a user