projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9050d94
)
V4L/DVB (3443): Thomson FE6600: add missing "count" array element
author
Michael Krufky
<mkrufky@linuxtv.org>
Sat, 11 Mar 2006 19:12:35 +0000
(16:12 -0300)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:07 +0000
(08:53 -0800)
- added missing "count" element in Thomson FE6600
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-types.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/tuner-types.c
b/drivers/media/video/tuner-types.c
index e75904dddb1257944f31d18fc4ea0a2be7a64c1e..ae6a2cf91c9bcda8bd60a37690a1457ccd11506e 100644
(file)
--- 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),
},
};