summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda8290.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/tda8290.c')
-rw-r--r--linux/drivers/media/video/tda8290.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c
index c6b63873d..fdb08f113 100644
--- a/linux/drivers/media/video/tda8290.c
+++ b/linux/drivers/media/video/tda8290.c
@@ -1,5 +1,5 @@
/*
- * $Id: tda8290.c,v 1.4 2005/02/14 16:30:26 kraxel Exp $
+ * $Id: tda8290.c,v 1.5 2005/02/15 15:59:35 kraxel Exp $
*
* i2c tv tuner chip device driver
* controls the philips tda8290+75 tuner chip combo.
@@ -205,7 +205,7 @@ int tda8290_init(struct i2c_client *c)
struct tuner *t = i2c_get_clientdata(c);
strlcpy(c->name, "tda8290+75", sizeof(c->name));
- printk("tuner: type set to %s\n", c->name);
+ tuner_info("tuner: type set to %s\n", c->name);
t->tv_freq = set_tv_freq;
t->radio_freq = set_radio_freq;
t->has_signal = has_signal;