diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 17:16:03 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-30 17:16:03 +0000 |
commit | f90f70357b8b7939070e72fa47969c6fc27a62e0 (patch) | |
tree | 8440054611a1d89ac940df529269bc28b13788c7 /linux/drivers | |
parent | 1d6b912020482abd6eb163baa0190a1da23b9f9e (diff) | |
download | mediapointer-dvb-s2-f90f70357b8b7939070e72fa47969c6fc27a62e0.tar.gz mediapointer-dvb-s2-f90f70357b8b7939070e72fa47969c6fc27a62e0.tar.bz2 |
Removed debug info.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 3 |
1 files changed, 1 insertions, 2 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; } |