Browse Source

replaces printf with dbg

tags/v0.9.3
Udayan Kumar 17 years ago
parent
commit
fc47f2a4ce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/natsemi.c

+ 1
- 1
src/drivers/net/natsemi.c View File

@@ -286,7 +286,7 @@ static void natsemi_reset (struct net_device *netdev)
286 286
 		udelay(5);
287 287
         }
288 288
         if (i == NATSEMI_HW_TIMEOUT) {
289
-	  	printf ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
289
+	  	DBG ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
290 290
         }
291 291
 
292 292
         /* restore CFG */

Loading…
Cancel
Save