summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/tuner-core.c4
-rw-r--r--v4l/ChangeLog6
2 files changed, 6 insertions, 4 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index f44f7d9be..9b449b954 100644
--- a/linux/drivers/media/video/tuner-core.c
+++ b/linux/drivers/media/video/tuner-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-core.c,v 1.9 2005/06/06 04:54:42 mchehab Exp $
+ * $Id: tuner-core.c,v 1.10 2005/06/06 04:59:29 mchehab Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -472,10 +472,8 @@ tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
if (t->is_stereo(client)) {
tuner -> capability |= V4L2_TUNER_CAP_STEREO;
tuner -> rxsubchans |= V4L2_TUNER_SUB_STEREO;
- tuner_dbg("stereo");
} else {
tuner -> rxsubchans &= 0xffff ^ V4L2_TUNER_SUB_STEREO;
- tuner_dbg("mono");
}
}
tuner->rangelow = tv_range[0] * 16;
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 94075cee3..96d7f5ea0 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,4 +1,8 @@
2005-06-06 04:52 mchehab
+ * tuner-core.c:
+ - temporary debug log removed.
+
+2005-06-06 04:52 mchehab
* tea5767.c:
- Implemented status dump information for debug
- Signal strengh indication corrected
@@ -1175,7 +1179,7 @@
saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c,
saa7134-video.c, saa7134.h, video-buf.c, video-buf.h:
- - added a bunch of $Id: ChangeLog,v 1.22 2005/06/06 04:54:42 mchehab Exp $ tags.
+ - added a bunch of $Id: ChangeLog,v 1.23 2005/06/06 04:59:29 mchehab Exp $ tags.
2004-09-15 17:35 kraxel