diff mbox

Remove debug output from stb6100_cfg.h

Message ID 20090327142417.4d80f166@pedra.chehab.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Mauro Carvalho Chehab March 27, 2009, 5:24 p.m. UTC
Manu,

If ok to you, please ack.

On Thu, 26 Mar 2009 10:45:53 +0100
Artem Makhutov <artem@makhutov.org> wrote:

This patch removes the debug output from stb6100_cfg.h as it is flooding
the syslog with tuning data during normal operation.

Signed-off-by: Artem Makhutov <artem@makhutov.org>



Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Manu Abraham March 27, 2009, 7:09 p.m. UTC | #1
Mauro Carvalho Chehab wrote:
> Manu,
> 
> If ok to you, please ack.
> 
> On Thu, 26 Mar 2009 10:45:53 +0100
> Artem Makhutov <artem@makhutov.org> wrote:
> 
> This patch removes the debug output from stb6100_cfg.h as it is flooding
> the syslog with tuning data during normal operation.
> 
> Signed-off-by: Artem Makhutov <artem@makhutov.org>
>

Looks okay,

Acked-by: Manu Abraham <abraham.manu@linuxtv.org>


> --- linux.old/drivers/media/dvb/frontends/stb6100_cfg.h	2009-03-26 10:28:57.000000000 +0100
> +++ linux/drivers/media/dvb/frontends/stb6100_cfg.h	2009-03-26 10:29:52.000000000 +0100
> @@ -36,7 +36,6 @@
>  			return err;
>  		}
>  		*frequency = t_state.frequency;
> -		printk("%s: Frequency=%d\n", __func__, t_state.frequency);
>  	}
>  	return 0;
>  }
> @@ -59,7 +58,6 @@
>  			return err;
>  		}
>  	}
> -	printk("%s: Frequency=%d\n", __func__, t_state.frequency);
>  	return 0;
>  }
>  
> @@ -81,7 +79,6 @@
>  		}
>  		*bandwidth = t_state.bandwidth;
>  	}
> -	printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
>  	return 0;
>  }
>  
> @@ -103,6 +100,5 @@
>  			return err;
>  		}
>  	}
> -	printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
>  	return 0;
>  }
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- linux.old/drivers/media/dvb/frontends/stb6100_cfg.h	2009-03-26 10:28:57.000000000 +0100
+++ linux/drivers/media/dvb/frontends/stb6100_cfg.h	2009-03-26 10:29:52.000000000 +0100
@@ -36,7 +36,6 @@ 
 			return err;
 		}
 		*frequency = t_state.frequency;
-		printk("%s: Frequency=%d\n", __func__, t_state.frequency);
 	}
 	return 0;
 }
@@ -59,7 +58,6 @@ 
 			return err;
 		}
 	}
-	printk("%s: Frequency=%d\n", __func__, t_state.frequency);
 	return 0;
 }
 
@@ -81,7 +79,6 @@ 
 		}
 		*bandwidth = t_state.bandwidth;
 	}
-	printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
 	return 0;
 }
 
@@ -103,6 +100,5 @@ 
 			return err;
 		}
 	}
-	printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
 	return 0;
 }