commit | 32fe61426373d85e797bf4f4dcbe4510487c3e00 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Oct 08 10:28:25 2008 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Fri Oct 10 13:41:58 2008 +0200 |
tree | 121f5ed0870a14d298989bc35c0ddcf03591ff3d | |
parent | 59b3db6c69ae9eeed1d8fc3aee6b88272ba38ba8 [diff] |
ALSA: mtpav - Fix race in probe Ingo reported Oops at probing mtpav driver. It's a race between the irq handler and the rawmidi instance registration. This patch fixes the order of registration to avoid the race. Signed-off-by: Takashi Iwai <tiwai@suse.de> Tested-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jaroslav Kysela <perex@perex.cz>