Revision 0b36f2bd28d040acedb52f4327eb2441afe4f514 authored by Takashi Iwai on 18 August 2017, 08:55:10 UTC, committed by Takashi Iwai on 18 August 2017, 08:59:02 UTC
The commit d42fe63d5839 ("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: d42fe63d5839 ("ALSA: emu10k1: Get rid of set_fs() usage")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent ed993c6
History
File Mode Size
dvb-drivers
kapi
uapi
v4l-drivers
.gitignore -rw-r--r-- 57 bytes
Makefile -rw-r--r-- 2.0 KB
audio.h.rst.exceptions -rw-r--r-- 604 bytes
ca.h.rst.exceptions -rw-r--r-- 925 bytes
cec.h.rst.exceptions -rw-r--r-- 16.2 KB
conf.py -rw-r--r-- 252 bytes
conf_nitpick.py -rw-r--r-- 3.0 KB
dmx.h.rst.exceptions -rw-r--r-- 2.7 KB
frontend.h.rst.exceptions -rw-r--r-- 1.9 KB
index.rst -rw-r--r-- 252 bytes
intro.rst -rw-r--r-- 1.9 KB
lirc.h.rst.exceptions -rw-r--r-- 875 bytes
media.h.rst.exceptions -rw-r--r-- 1017 bytes
media_kapi.rst -rw-r--r-- 981 bytes
media_uapi.rst -rw-r--r-- 792 bytes
net.h.rst.exceptions -rw-r--r-- 316 bytes
typical_media_device.svg -rw-r--r-- 119.2 KB
video.h.rst.exceptions -rw-r--r-- 1.5 KB
videodev2.h.rst.exceptions -rw-r--r-- 23.6 KB

back to top