The patch number 11248 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Artem Makhutov  <[email protected]>
Remove debug output from stb6100_cfg.h


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 <[email protected]>
Acked-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 linux/drivers/media/dvb/frontends/stb6100_cfg.h |    4 ----
 1 file changed, 4 deletions(-)

diff -r 9e6940e3fd4e -r b386f0d3baaf 
linux/drivers/media/dvb/frontends/stb6100_cfg.h
--- a/linux/drivers/media/dvb/frontends/stb6100_cfg.h   Sat Mar 28 00:21:17 
2009 +0100
+++ b/linux/drivers/media/dvb/frontends/stb6100_cfg.h   Thu Mar 26 09:45:53 
2009 +0000
@@ -36,7 +36,6 @@ static int stb6100_get_frequency(struct 
                        return err;
                }
                *frequency = t_state.frequency;
-               printk("%s: Frequency=%d\n", __func__, t_state.frequency);
        }
        return 0;
 }
@@ -59,7 +58,6 @@ static int stb6100_set_frequency(struct 
                        return err;
                }
        }
-       printk("%s: Frequency=%d\n", __func__, t_state.frequency);
        return 0;
 }
 
@@ -81,7 +79,6 @@ static int stb6100_get_bandwidth(struct 
                }
                *bandwidth = t_state.bandwidth;
        }
-       printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
        return 0;
 }
 
@@ -103,6 +100,5 @@ static int stb6100_set_bandwidth(struct 
                        return err;
                }
        }
-       printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
        return 0;
 }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/b386f0d3baafe1f7f6bf565467c54675f63ae9fe

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to