Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28528
b: refs/heads/master
c: f079c25
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent ab67109 commit 77b6358
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 29463dfea754b8b360f638244f002c751aaad1b0
refs/heads/master: f079c25ab8a7d223875c5bac9b23b484e4a18f88
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@ static int azx_free(struct azx *chip)
msleep(1);
}

if (chip->remap_addr)
iounmap(chip->remap_addr);
if (chip->irq >= 0)
free_irq(chip->irq, (void*)chip);
if (chip->remap_addr)
iounmap(chip->remap_addr);

if (chip->bdl.area)
snd_dma_free_pages(&chip->bdl);
Expand Down

0 comments on commit 77b6358

Please sign in to comment.