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
1.Intro.rst -rw-r--r-- 14.3 KB
2.Process.rst -rw-r--r-- 23.6 KB
3.Early-stage.rst -rw-r--r-- 10.7 KB
4.Coding.rst -rw-r--r-- 20.8 KB
5.Posting.rst -rw-r--r-- 15.3 KB
6.Followthrough.rst -rw-r--r-- 11.8 KB
7.AdvancedTopics.rst -rw-r--r-- 9.5 KB
8.Conclusion.rst -rw-r--r-- 3.1 KB
adding-syscalls.rst -rw-r--r-- 24.6 KB
applying-patches.rst -rw-r--r-- 18.2 KB
changes.rst -rw-r--r-- 12.4 KB
code-of-conflict.rst -rw-r--r-- 1.4 KB
coding-style.rst -rw-r--r-- 35.5 KB
conf.py -rw-r--r-- 260 bytes
development-process.rst -rw-r--r-- 810 bytes
email-clients.rst -rw-r--r-- 10.8 KB
howto.rst -rw-r--r-- 27.5 KB
index.rst -rw-r--r-- 1.2 KB
kernel-docs.rst -rw-r--r-- 24.2 KB
magic-number.rst -rw-r--r-- 10.3 KB
management-style.rst -rw-r--r-- 13.1 KB
stable-api-nonsense.rst -rw-r--r-- 9.3 KB
stable-kernel-rules.rst -rw-r--r-- 6.5 KB
submit-checklist.rst -rw-r--r-- 4.7 KB
submitting-drivers.rst -rw-r--r-- 6.7 KB
submitting-patches.rst -rw-r--r-- 36.4 KB
volatile-considered-harmful.rst -rw-r--r-- 5.6 KB

back to top