Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81552
b: refs/heads/master
c: 757d5a7
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Ślusarz authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 548ad45 commit 894a360
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: b05e578740b5e58b729857321048c4babb24bf2b
refs/heads/master: 757d5a7561842dd89c79d079a3c0935cd49afb9b
2 changes: 1 addition & 1 deletion trunk/sound/pci/via82xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2238,9 +2238,9 @@ static int snd_via82xx_free(struct via82xx *chip)
for (i = 0; i < chip->num_devs; i++)
snd_via82xx_channel_reset(chip, &chip->devs[i]);
synchronize_irq(chip->irq);
__end_hw:
if (chip->irq >= 0)
free_irq(chip->irq, chip);
__end_hw:
release_and_free_resource(chip->mpu_res);
pci_release_regions(chip->pci);

Expand Down

0 comments on commit 894a360

Please sign in to comment.