V4L/DVB (3443): Thomson FE6600: add missing "count" array element
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 11 Mar 2006 19:12:35 +0000 (16:12 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:07 +0000 (08:53 -0800)
- added missing "count" element in Thomson FE6600

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-types.c

index e75904d..ae6a2cf 100644 (file)
@@ -1388,6 +1388,7 @@ struct tunertype tuners[] = {
        [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */
                .name   = "Thomson FE6600",
                .params = tuner_thomson_fe6600_params,
+               .count  = ARRAY_SIZE(tuner_thomson_fe6600_params),
        },
 };