]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/pci/rme9652/hdspm.c
Merge branch 'topic/udev-id-rename' into to-push
[mv-sheeva.git] / sound / pci / rme9652 / hdspm.c
index dc5c4baa1e64a6819424350e1adc45e5803108c6..71231cf1b2b0ac2c335236d40ba4a5f99543d47b 100644 (file)
@@ -3476,7 +3476,7 @@ static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id)
                schedule = 1;
        }
        if (schedule)
-               tasklet_hi_schedule(&hdspm->midi_tasklet);
+               tasklet_schedule(&hdspm->midi_tasklet);
        return IRQ_HANDLED;
 }