Răsfoiți Sursa

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>
Michael Krufky 19 ani în urmă
părinte
comite
b1b168e623
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      drivers/media/video/tuner-types.c

+ 1 - 0
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),
 	},
 };