dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (9422): Bug: Fix a typo

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Manu Abraham 2007-10-15 13:07:16 -03:00 committed by Mauro Carvalho Chehab
parent 6efb0ffe09
commit 0867f57185
1 changed files with 2 additions and 2 deletions

View File

@ -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);
/*