mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/net/b44.c
 | 
						|
+++ b/drivers/net/b44.c
 | 
						|
@@ -188,10 +188,11 @@ static int b44_wait_bit(struct b44 *bp,
 | 
						|
 		udelay(10);
 | 
						|
 	}
 | 
						|
 	if (i == timeout) {
 | 
						|
+#if 0
 | 
						|
 		if (net_ratelimit())
 | 
						|
 			netdev_err(bp->dev, "BUG!  Timeout waiting for bit %08x of register %lx to %s\n",
 | 
						|
 				   bit, reg, clear ? "clear" : "set");
 | 
						|
-
 | 
						|
+#endif
 | 
						|
 		return -ENODEV;
 | 
						|
 	}
 | 
						|
 	return 0;
 |