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
bridge
conf.py -rw-r--r-- 219 bytes
drm-internals.rst -rw-r--r-- 8.8 KB
drm-kms-helpers.rst -rw-r--r-- 7.5 KB
drm-kms.rst -rw-r--r-- 20.1 KB
drm-mm.rst -rw-r--r-- 20.3 KB
drm-uapi.rst -rw-r--r-- 10.3 KB
i915.rst -rw-r--r-- 12.9 KB
index.rst -rw-r--r-- 393 bytes
introduction.rst -rw-r--r-- 4.5 KB
kms-properties.csv -rw-r--r-- 7.7 KB
meson.rst -rw-r--r-- 1.8 KB
pl111.rst -rw-r--r-- 221 bytes
tegra.rst -rw-r--r-- 7.2 KB
tinydrm.rst -rw-r--r-- 926 bytes
todo.rst -rw-r--r-- 16.8 KB
vc4.rst -rw-r--r-- 2.1 KB
vga-switcheroo.rst -rw-r--r-- 1.9 KB
vgaarbiter.rst -rw-r--r-- 8.0 KB

back to top