summaryrefslogtreecommitdiff
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-21 13:55:37 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 21:05:10 (GMT)
commit0f2ce9834246519e483e89dbc7225fe1fcbd30a8 (patch)
treed50517e225074380a3fdc295d88fffee07902b61 /drivers/media/video/tda9887.c
parent8cb9329309cfc6c922f46bfe05ed6f40d5b1cb56 (diff)
downloadlinux-fsl-qoriq-0f2ce9834246519e483e89dbc7225fe1fcbd30a8.tar.xz
V4L/DVB (7055): make tuner names consistent with standard cases
Change TDA9887 to tda9887. TDA8290 shall reflect the actual hardware present in its name, ie: tda8295+18271 tda8290+8275a Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index d3aabe2..106c93b 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -650,7 +650,7 @@ static void tda9887_release(struct dvb_frontend *fe)
static struct analog_demod_ops tda9887_ops = {
.info = {
- .name = "TDA9887",
+ .name = "tda9887",
},
.set_params = tda9887_set_params,
.standby = tda9887_standby,