Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285254
b: refs/heads/master
c: 0ef8007
h: refs/heads/master
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent cf34dd4 commit e139b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 767f1d437db41e888f5da2a79cafd4a11b319cfd
refs/heads/master: 0ef80072014720b79596f9582112034cfe949fd3
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx25821/cx25821-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ static irqreturn_t cx25821_irq(int irq, void *dev_id)
cx25821_aud_irq(chip, audint_status,
audint_mask);
break;
} else
} else {
goto out;
}
}

handled = 1;
Expand Down

0 comments on commit e139b6d

Please sign in to comment.