diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-11 16:12:35 -0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 08:53:07 -0800 |
commit | b1b168e62390b720e46271937355edba0a6e30bf (patch) | |
tree | 5582db482b1fc6127eb3e597ea39a9f8ee683d9e /drivers/media/video | |
parent | 9050d942b7dc55cd8e6d9b2c1ce260656021f0fb (diff) |
V4L/DVB (3443): Thomson FE6600: add missing "count" array element
- added missing "count" element in Thomson FE6600
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/tuner-types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index e75904dddb12..ae6a2cf91c9b 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), }, }; |