Commit 652cbb16 authored by Peter Wächtler's avatar Peter Wächtler Committed by Linus Torvalds

[PATCH] oss/gus_card.c - convert cli to spinlocks

parent f7dc2012
......@@ -123,8 +123,6 @@ void gusintr(int irq, void *dev_id, struct pt_regs *dummy)
unsigned char src;
extern int gus_timer_enabled;
sti();
#ifdef CONFIG_SOUND_GUSMAX
if (have_gus_max) {
struct address_info *hw_config = dev_id;
......
......@@ -821,7 +821,7 @@ static void via_chan_free (struct via_info *card, struct via_channel *chan)
spin_unlock_irq (&card->lock);
synchronize_irq();
synchronize_irq(card->pdev->irq);
DPRINTK ("EXIT\n");
}
......
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