Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Krufky and committed by
Linus Torvalds
b1b168e6 9050d942

+1
+1
drivers/media/video/tuner-types.c
··· 1388 1388 [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */ 1389 1389 .name = "Thomson FE6600", 1390 1390 .params = tuner_thomson_fe6600_params, 1391 + .count = ARRAY_SIZE(tuner_thomson_fe6600_params), 1391 1392 }, 1392 1393 }; 1393 1394