Commit 040778bf authored by Lawrence Walton's avatar Lawrence Walton Committed by Anton Blanchard

[PATCH] CMIPCI compile fix

Here it is my first LK patch.
tested even. :)
parent 62263c4e
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment