projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055e05a
)
V4L/DVB (13366): em28xx: fix Reddo DVB-C USB TV Box GPIO
author
Antti Palosaari
<crope@iki.fi>
Sun, 4 Oct 2009 15:59:35 +0000
(12:59 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 26 Nov 2009 21:38:03 +0000
(19:38 -0200)
Set device GPIOs only once. There is no need for .dvb_gpio to select
between analog and digital because device is digital only.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-cards.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/em28xx/em28xx-cards.c
b/drivers/media/video/em28xx/em28xx-cards.c
index
bdb249b
..
c0fd5c6
100644
(file)
--- a/
drivers/media/video/em28xx/em28xx-cards.c
+++ b/
drivers/media/video/em28xx/em28xx-cards.c
@@
-1584,8
+1584,8
@@
struct em28xx_board em28xx_boards[] = {
[EM2870_BOARD_REDDO_DVB_C_USB_BOX] = {
.name = "Reddo DVB-C USB TV Box",
.tuner_type = TUNER_ABSENT,
+ .tuner_gpio = reddo_dvb_c_usb_box,
.has_dvb = 1,
- .dvb_gpio = reddo_dvb_c_usb_box,
},
};
const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);