projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6efb0ff
)
V4L/DVB (9422): Bug: Fix a typo
author
Manu Abraham
<abraham.manu@gmail.com>
Mon, 15 Oct 2007 16:07:16 +0000
(13:07 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:18 +0000
(17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ttpci/budget-ci.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-ci.c
b/drivers/media/dvb/ttpci/budget-ci.c
index 21f5e2c6b4c057b3ebf65c3af6c77c5e4b30e9a8..64f15280a73c977edc3a5cf6cf31bbc4151e0cc4 100644
(file)
--- a/
drivers/media/dvb/ttpci/budget-ci.c
+++ b/
drivers/media/dvb/ttpci/budget-ci.c
@@
-1780,11
+1780,11
@@
static void frontend_init(struct budget_ci *budget_ci)
* connected to the SAA7146 GPIO, GPIO2, Pin 142
*/
/* Reset Demodulator */
- saa7146_setgpio(budget
->
dev, 2, SAA7146_GPIO_OUTLO);
+ saa7146_setgpio(budget
_ci->budget.
dev, 2, SAA7146_GPIO_OUTLO);
/* Wait for everything to die */
msleep(50);
/* Pull it up out of Reset state */
- saa7146_setgpio(budget
->
dev, 2, SAA7146_GPIO_OUTHI);
+ saa7146_setgpio(budget
_ci->budget.
dev, 2, SAA7146_GPIO_OUTHI);
/* Wait for PLL to stabilize */
msleep(250);
/*