From: Michael Krufky Date: Sat, 11 Mar 2006 19:12:35 +0000 (-0300) Subject: V4L/DVB (3443): Thomson FE6600: add missing "count" array element X-Git-Tag: v2.6.17-rc1~1183^2~38 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b1b168e62390b720e46271937355edba0a6e30bf;p=~shefty%2Frdma-dev.git V4L/DVB (3443): Thomson FE6600: add missing "count" array element - added missing "count" element in Thomson FE6600 Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index e75904dddb1..ae6a2cf91c9 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c @@ -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), }, };