Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113872
b: refs/heads/master
c: 8809b9c
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Belimov authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent e5700ed commit 8cd3c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: f03813e4d1900b619d4cb133506b130e535614f0
refs/heads/master: 8809b9cc8658d27c17d4fc07811b0ebd3f74f20c
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,7 @@ int saa7134_set_dmabits(struct saa7134_dev *dev)
/* TS capture -- dma 5 */
if (dev->ts_q.curr) {
ctrl |= SAA7134_MAIN_CTRL_TE5;
irq |= SAA7134_IRQ1_INTE_RA2_3 |
SAA7134_IRQ1_INTE_RA2_2 |
SAA7134_IRQ1_INTE_RA2_1 |
irq |= SAA7134_IRQ1_INTE_RA2_1 |
SAA7134_IRQ1_INTE_RA2_0;
}

Expand Down

0 comments on commit 8cd3c44

Please sign in to comment.