summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/tuner-core.c3
-rw-r--r--v4l/ChangeLog12
2 files changed, 12 insertions, 3 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index 072252311..54692bc64 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.33 2005/06/30 16:37:17 mchehab Exp $
+ * $Id: tuner-core.c,v 1.34 2005/06/30 17:16:03 mchehab Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -152,7 +152,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
return;
if (NULL == t->i2c.dev.driver) {
- tuner_info("Trying to set type before initializing driver\n");
/* not registered yet */
return;
}
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index bcfe2cf16..94204159b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,8 +1,18 @@
+2005-06-29 17:18 mchehab
+ * tuner-core.c:
+
+ - Removed debug info.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-06-29 16:37 mchehab
- *tuner-core.c, tuner.h, tea5767.c:
+
+ * tuner-core.c, tuner.h, tea5767.c:
- Fixed bugs at TEA5767 autodetection code
- New debug code for identifying calls to set_type before I2C ok.
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-06-29 09:37 mchehab
* tuner-core.c:
- Idented according with Linux standards