public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove debug output from stb6100_cfg.h
@ 2009-03-26  9:45 Artem Makhutov
  2009-03-27 17:24 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Artem Makhutov @ 2009-03-26  9:45 UTC (permalink / raw)
  To: linux-media

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

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>

[-- Attachment #2: dvb-stb6100-removedebug.patch --]
[-- Type: text/x-diff, Size: 717 bytes --]

--- 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;
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove debug output from stb6100_cfg.h
  2009-03-26  9:45 [PATCH] Remove debug output from stb6100_cfg.h Artem Makhutov
@ 2009-03-27 17:24 ` Mauro Carvalho Chehab
  2009-03-27 19:09   ` Manu Abraham
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2009-03-27 17:24 UTC (permalink / raw)
  Cc: Artem Makhutov, linux-media, Manu Abraham

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>

--- 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;
 }


Cheers,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove debug output from stb6100_cfg.h
  2009-03-27 17:24 ` Mauro Carvalho Chehab
@ 2009-03-27 19:09   ` Manu Abraham
  0 siblings, 0 replies; 3+ messages in thread
From: Manu Abraham @ 2009-03-27 19:09 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Artem Makhutov, linux-media

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;
>  }
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-27 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26  9:45 [PATCH] Remove debug output from stb6100_cfg.h Artem Makhutov
2009-03-27 17:24 ` Mauro Carvalho Chehab
2009-03-27 19:09   ` Manu Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox