summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tea5767.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-04 14:34:05 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-04 14:34:05 -0200
commit9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9 (patch)
treefe5e5862edd3f6eb5ff5fda0c6cb86167a0d138f /linux/drivers/media/video/tea5767.c
parent87a688a17ae8f82d48dd8833ed0eb29ecba1183c (diff)
parent74bd6ae05b7e17bfc384b7658e4a4980f6f6c3fb (diff)
downloadmediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.gz
mediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/tea5767.c')
-rw-r--r--linux/drivers/media/video/tea5767.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tea5767.c b/linux/drivers/media/video/tea5767.c
index e2e67247e..d830b1a71 100644
--- a/linux/drivers/media/video/tea5767.c
+++ b/linux/drivers/media/video/tea5767.c
@@ -24,7 +24,7 @@ static int debug = 0;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "enable verbose debug messages");
-#define PREFIX "tea5767 "
+#define PREFIX "tea5767"
/*****************************************************************************/
@@ -436,7 +436,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr)
return EINVAL;
}
#endif
- printk(KERN_WARNING "TEA5767 detected.\n");
return 0;
}