Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366839
b: refs/heads/master
c: 4718892
h: refs/heads/master
i:
  366837: e78632b
  366835: 5502749
  366831: 16a1341
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 25, 2013
1 parent 55f100c commit 4c890dd
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: 4c211ed7e56bac729eab6552a2b8e85756f1cffd
refs/heads/master: 4718892f0f8998685ed7980cb723a165030ae50d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/solo6x10/p2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void solo_p2m_error_isr(struct solo_dev *solo_dev)
struct solo_p2m_dev *p2m_dev;
int i;

if (!(err & SOLO_PCI_ERR_P2M))
if (!(err & (SOLO_PCI_ERR_P2M | SOLO_PCI_ERR_P2M_DESC)))
return;

for (i = 0; i < SOLO_NR_P2M; i++) {
Expand Down

0 comments on commit 4c890dd

Please sign in to comment.