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
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 1.0 KB
atmel-classd.c -rw-r--r-- 18.0 KB
atmel-classd.h -rw-r--r-- 3.5 KB
atmel-pcm-dma.c -rw-r--r-- 4.3 KB
atmel-pcm-pdc.c -rw-r--r-- 11.8 KB
atmel-pcm.h -rw-r--r-- 3.6 KB
atmel-pdmic.c -rw-r--r-- 20.9 KB
atmel-pdmic.h -rw-r--r-- 1.8 KB
atmel_ssc_dai.c -rw-r--r-- 28.6 KB
atmel_ssc_dai.h -rw-r--r-- 3.3 KB
atmel_wm8904.c -rw-r--r-- 4.8 KB
sam9g20_wm8731.c -rw-r--r-- 6.9 KB
sam9x5_wm8731.c -rw-r--r-- 5.1 KB
tse850-pcm5142.c -rw-r--r-- 12.8 KB

back to top