mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Kill tasklet usage in rawmidi core code. Use workq for the event callback instead of tasklet (which is used only in core/seq/seq_midi.c). Signed-off-by: Takashi Iwai <tiwai@suse.de>