diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
commit | 8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5 (patch) | |
tree | 7c0eff65f827891fb4d9f8e46839207c71b26b93 /sound/pci/riptide | |
parent | 86b3aa390b4b9925f16a21b98441fd7abdb9fff2 (diff) | |
parent | 1f04128a3db7c0f0e8b5d25323eba70ac342f47f (diff) | |
download | talos-obmc-linux-8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5.tar.gz talos-obmc-linux-8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5.zip |
Merge branch 'topic/convert-tasklet' into to-push
Diffstat (limited to 'sound/pci/riptide')
-rw-r--r-- | sound/pci/riptide/riptide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c index d0ccfc68c522..3caacfb9d8e0 100644 --- a/sound/pci/riptide/riptide.c +++ b/sound/pci/riptide/riptide.c @@ -1754,7 +1754,7 @@ snd_riptide_interrupt(int irq, void *dev_id) if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || IS_EOCIRQ(cif->hwport)) { chip->handled_irqs++; - tasklet_hi_schedule(&chip->riptide_tq); + tasklet_schedule(&chip->riptide_tq); } if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { chip->handled_irqs++; |