projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f77c3a
)
V4L/DVB (9143): af9015: fix wrong GPIO
author
Antti Palosaari
<crope@iki.fi>
Mon, 22 Sep 2008 16:48:26 +0000
(13:48 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 13 Oct 2008 09:15:38 +0000
(07:15 -0200)
- fix wrong GPIO that causes 2nd FE not to work ater warmboot
Thanks to Andrew Williams <andrew.williams@joratech.com> for reporting this.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/af9015.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/dvb/dvb-usb/af9015.c
b/drivers/media/dvb/dvb-usb/af9015.c
index 3f6217bd0638fdbfb143fcbd8cabd01cd14177f3..87752ca9772a7ed04028e9b7ca447c3354c54a93 100644
(file)
--- a/
drivers/media/dvb/dvb-usb/af9015.c
+++ b/
drivers/media/dvb/dvb-usb/af9015.c
@@
-54,7
+54,6
@@
static struct af9013_config af9015_af9013_config[] = {
.output_mode = AF9013_OUTPUT_MODE_USB,
.api_version = { 0, 1, 9, 0 },
.gpio[0] = AF9013_GPIO_HI,
- .gpio[1] = AF9013_GPIO_LO,
.gpio[3] = AF9013_GPIO_TUNER_ON,
}, {