V4L/DVB (4401): Disable tda10086 debug by default.
Left on by accident. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
		
					parent
					
						
							
								ef09c071a2
							
						
					
				
			
			
				commit
				
					
						07e19c20c8
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@ struct tda10086_state {
 | 
				
			||||||
	u32 symbol_rate;
 | 
						u32 symbol_rate;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int debug = 1;
 | 
					static int debug = 0;
 | 
				
			||||||
#define dprintk(args...) \
 | 
					#define dprintk(args...) \
 | 
				
			||||||
	do { \
 | 
						do { \
 | 
				
			||||||
		if (debug) printk(KERN_DEBUG "tda10086: " args); \
 | 
							if (debug) printk(KERN_DEBUG "tda10086: " args); \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue