mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 06:02:38 +00:00
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>
This commit is contained in:
parent
9050d942b7
commit
b1b168e623
@ -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),
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user