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
cache-policies.txt -rw-r--r-- 4.5 KB
cache.txt -rw-r--r-- 12.6 KB
delay.txt -rw-r--r-- 724 bytes
dm-crypt.txt -rw-r--r-- 6.0 KB
dm-flakey.txt -rw-r--r-- 1.9 KB
dm-integrity.txt -rw-r--r-- 8.5 KB
dm-io.txt -rw-r--r-- 3.2 KB
dm-log.txt -rw-r--r-- 2.3 KB
dm-queue-length.txt -rw-r--r-- 1.2 KB
dm-raid.txt -rw-r--r-- 15.7 KB
dm-service-time.txt -rw-r--r-- 3.2 KB
dm-uevent.txt -rw-r--r-- 2.6 KB
dm-zoned.txt -rw-r--r-- 6.6 KB
era.txt -rw-r--r-- 3.1 KB
kcopyd.txt -rw-r--r-- 1.9 KB
linear.txt -rw-r--r-- 1.4 KB
log-writes.txt -rw-r--r-- 4.7 KB
persistent-data.txt -rw-r--r-- 2.9 KB
snapshot.txt -rw-r--r-- 6.7 KB
statistics.txt -rw-r--r-- 7.5 KB
striped.txt -rw-r--r-- 1.8 KB
switch.txt -rw-r--r-- 5.4 KB
thin-provisioning.txt -rw-r--r-- 14.3 KB
verity.txt -rw-r--r-- 7.9 KB
zero.txt -rw-r--r-- 1.6 KB

back to top