diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 23:00:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 23:00:48 -0400 |
| commit | ae75784bc576a1af70509c2f3ba2b70bb65a0c58 (patch) | |
| tree | c2439482df66e8d8aa727db70c4ec33a920b74c3 /sound | |
| parent | 005940ead619c2867e0465c8e0fffb9e5989b57e (diff) | |
| parent | 7087e295543d3f6e161530e07982fd979e2d9efc (diff) | |
Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/oss/i810_audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c index 7e9f667cf7a7..b9a640fe48b1 100644 --- a/sound/oss/i810_audio.c +++ b/sound/oss/i810_audio.c | |||
| @@ -3430,9 +3430,9 @@ out_iospace: | |||
| 3430 | release_mem_region(card->iobase_mmio_phys, 256); | 3430 | release_mem_region(card->iobase_mmio_phys, 256); |
| 3431 | } | 3431 | } |
| 3432 | out_pio: | 3432 | out_pio: |
| 3433 | release_region(card->iobase, 64); | ||
| 3434 | out_region2: | ||
| 3435 | release_region(card->ac97base, 256); | 3433 | release_region(card->ac97base, 256); |
| 3434 | out_region2: | ||
| 3435 | release_region(card->iobase, 64); | ||
| 3436 | out_region1: | 3436 | out_region1: |
| 3437 | pci_free_consistent(pci_dev, sizeof(struct i810_channel)*NR_HW_CH, | 3437 | pci_free_consistent(pci_dev, sizeof(struct i810_channel)*NR_HW_CH, |
| 3438 | card->channel, card->chandma); | 3438 | card->channel, card->chandma); |
