From cfa08f5f9c4b705af83b514b12abc5f7fb47b8b7 Mon Sep 17 00:00:00 2001 From: Artem Makhutov Date: Thu, 26 Mar 2009 06:45:53 -0300 Subject: [PATCH] --- yaml --- r: 138346 b: refs/heads/master c: 997fb78e73f3dce23c6fa773128583e1fa15d164 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/frontends/stb6100_cfg.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e1f2eaa26fd6..7b0c62402443 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d771ff0dc3371923db929d9f88932acec3fc8e8 +refs/heads/master: 997fb78e73f3dce23c6fa773128583e1fa15d164 diff --git a/trunk/drivers/media/dvb/frontends/stb6100_cfg.h b/trunk/drivers/media/dvb/frontends/stb6100_cfg.h index d3133405dc03..6314d18c797a 100644 --- a/trunk/drivers/media/dvb/frontends/stb6100_cfg.h +++ b/trunk/drivers/media/dvb/frontends/stb6100_cfg.h @@ -36,7 +36,6 @@ static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency) 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 dvb_frontend *fe, u32 frequency) return err; } } - printk("%s: Frequency=%d\n", __func__, t_state.frequency); return 0; } @@ -81,7 +79,6 @@ static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) } *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 dvb_frontend *fe, u32 bandwidth) return err; } } - printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth); return 0; }