Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58180
b: refs/heads/master
c: 1fb4a17
h: refs/heads/master
v: v3
  • Loading branch information
Hartmut Birr authored and Mauro Carvalho Chehab committed Jul 3, 2007
1 parent 0f19502 commit d8c7931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1e4597e8f0049dccedb0e011934007309fa2aeab
refs/heads/master: 1fb4a17f6e47d86b25bfc4fd9df4301bca09c999
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/budget-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int ttpci_budget_init(struct budget *budget, struct saa7146_dev *dev,
if (bi->type != BUDGET_FS_ACTIVY)
saa7146_setgpio(dev, 2, SAA7146_GPIO_OUTHI);

if (budget_register(budget) == 0)
if ((ret = budget_register(budget)) == 0)
return 0; /* Everything OK */

/* An error occurred, cleanup resources */
Expand Down

0 comments on commit d8c7931

Please sign in to comment.