X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fsynth%2Femux%2Femux_proc.c;h=0f155d68de0d06bc4e7985591a53bc563304bcb8;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=b67bb39866710a0ad6c8fdc5627290c3c29f8cdd;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/sound/synth/emux/emux_proc.c b/sound/synth/emux/emux_proc.c index b67bb3986..0f155d68d 100644 --- a/sound/synth/emux/emux_proc.c +++ b/sound/synth/emux/emux_proc.c @@ -36,7 +36,7 @@ snd_emux_proc_info_read(snd_info_entry_t *entry, snd_emux_t *emu; int i; - emu = snd_magic_cast(snd_emux_t, entry->private_data, return); + emu = entry->private_data; down(&emu->register_mutex); if (emu->name) snd_iprintf(buf, "Device: %s\n", emu->name);