Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321918
b: refs/heads/master
c: ae970eb
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Takashi Iwai committed Aug 20, 2012
1 parent 93a7ad0 commit cb25651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 4d8ce1c9966663bad69e738952179f3cc52710bf
refs/heads/master: ae970eb45d8a1ea4506be23c3f776225b9575d0e
5 changes: 3 additions & 2 deletions trunk/sound/pci/sis7019.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,9 @@ static int __devinit sis_chip_create(struct snd_card *card,
if (rc)
goto error_out_cleanup;

if (request_irq(pci->irq, sis_interrupt, IRQF_SHARED, KBUILD_MODNAME,
sis)) {
rc = request_irq(pci->irq, sis_interrupt, IRQF_SHARED, KBUILD_MODNAME,
sis);
if (rc) {
dev_err(&pci->dev, "unable to allocate irq %d\n", sis->irq);
goto error_out_cleanup;
}
Expand Down

0 comments on commit cb25651

Please sign in to comment.