Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130747
b: refs/heads/master
c: 7ef5e02
h: refs/heads/master
i:
  130745: aee8a6c
  130743: abac886
v: v3
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent 757666b commit 07bd0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd8f894eacf13996d920fdd2aef1afc55156b191
refs/heads/master: 7ef5e025535ee220d7ba45dcd82f05ddce8c3e4c
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ static int saa7134_hwinit1(struct saa7134_dev *dev)

saa_writel(SAA7134_IRQ1, 0);
saa_writel(SAA7134_IRQ2, 0);

/* Clear any stale IRQ reports */
saa_writel(SAA7134_IRQ_REPORT, saa_readl(SAA7134_IRQ_REPORT));

mutex_init(&dev->lock);
spin_lock_init(&dev->slock);

Expand Down

0 comments on commit 07bd0cd

Please sign in to comment.