Skip to content
Commit 0b36f2bd authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: emu10k1: Fix forgotten user-copy conversion in init code

The commit d42fe63d ("ALSA: emu10k1: Get rid of set_fs() usage")
converted the user-space copy hack with set_fs() to the direct
memcpy(), but one place was forgotten.  This resulted in the error
from snd_emu10k1_init_efx(), eventually failed to load the driver.
Fix the missing piece.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196687
Fixes: d42fe63d

 ("ALSA: emu10k1: Get rid of set_fs() usage")
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ed993c6f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment