diff options
author | Artem Makhutov <artem@makhutov.org> | 2009-03-26 05:45:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:43 -0400 |
commit | 997fb78e73f3dce23c6fa773128583e1fa15d164 (patch) | |
tree | 574673c547f6fa2769c3d73c12d44ecf70daf4eb /drivers/media/dvb/frontends | |
parent | 7d771ff0dc3371923db929d9f88932acec3fc8e8 (diff) |
V4L/DVB (11248): 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 <artem@makhutov.org>
Acked-by: Manu Abraham <abraham.manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/stb6100_cfg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/stb6100_cfg.h b/drivers/media/dvb/frontends/stb6100_cfg.h index d3133405dc03..6314d18c797a 100644 --- a/drivers/media/dvb/frontends/stb6100_cfg.h +++ b/drivers/media/dvb/frontends/stb6100_cfg.h | |||
@@ -36,7 +36,6 @@ static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency) | |||
36 | return err; | 36 | return err; |
37 | } | 37 | } |
38 | *frequency = t_state.frequency; | 38 | *frequency = t_state.frequency; |
39 | printk("%s: Frequency=%d\n", __func__, t_state.frequency); | ||
40 | } | 39 | } |
41 | return 0; | 40 | return 0; |
42 | } | 41 | } |
@@ -59,7 +58,6 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency) | |||
59 | return err; | 58 | return err; |
60 | } | 59 | } |
61 | } | 60 | } |
62 | printk("%s: Frequency=%d\n", __func__, t_state.frequency); | ||
63 | return 0; | 61 | return 0; |
64 | } | 62 | } |
65 | 63 | ||
@@ -81,7 +79,6 @@ static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) | |||
81 | } | 79 | } |
82 | *bandwidth = t_state.bandwidth; | 80 | *bandwidth = t_state.bandwidth; |
83 | } | 81 | } |
84 | printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth); | ||
85 | return 0; | 82 | return 0; |
86 | } | 83 | } |
87 | 84 | ||
@@ -103,6 +100,5 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) | |||
103 | return err; | 100 | return err; |
104 | } | 101 | } |
105 | } | 102 | } |
106 | printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth); | ||
107 | return 0; | 103 | return 0; |
108 | } | 104 | } |