Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124068
b: refs/heads/master
c: 0867f57
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 62e42e2 commit ff116c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6efb0ffe09bec45397142da8e1197885f562e7fa
refs/heads/master: 0867f571858043c761e3e44bd4f2bcc70f82bb27
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
/*
Expand Down

0 comments on commit ff116c5

Please sign in to comment.