diff options
| author | Lawrence Walton <lawrence@the-penguin.otak.com> | 2002-07-24 04:10:57 -0700 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-07-24 04:10:57 -0700 |
| commit | 040778bf3091ec6e98a378adfe96fee8e0c32b5a (patch) | |
| tree | 6a2f4922b8429305edcf45fac189d6ca46d73fab | |
| parent | 62263c4e432ee1dac64f878d332ac1f92bc3856b (diff) | |
[PATCH] CMIPCI compile fix
Here it is my first LK patch.
tested even. :)
| -rw-r--r-- | sound/pci/cmipci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 3554a071ae92..0a9bb1b144bb 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c @@ -2479,7 +2479,7 @@ static int snd_cmipci_free(cmipci_t *cm) /* reset mixer */ snd_cmipci_mixer_write(cm, 0, 0); - synchronize_irq(); + synchronize_irq(dev->irq); free_irq(cm->irq, (void *)cm); } |
