diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-27 01:29:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:59:29 -0300 |
commit | 9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd (patch) | |
tree | ae33f9bbcd91ea5a7e7cf77e42631a1d2bed5c84 /drivers/media/video/tuner-core.c | |
parent | fbe60daac4c34e39d1ca69684bcb76e62461ac21 (diff) | |
download | linux-9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd.tar.gz linux-9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd.tar.xz |
V4L/DVB (3919): V4l: rename TUNER_LG_TDVS_H062F to TUNER_LG_TDVS_H06XF
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-core.c')
-rw-r--r-- | drivers/media/video/tuner-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 1013b4de89a2..cc4a38b34585 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c @@ -199,7 +199,7 @@ static void set_type(struct i2c_client *c, unsigned int type, i2c_master_send(c, buffer, 4); default_tuner_init(c); break; - case TUNER_LG_TDVS_H062F: + case TUNER_LG_TDVS_H06XF: /* Set the Auxiliary Byte. */ buffer[2] &= ~0x20; buffer[2] |= 0x18; |