23 Jan
2018
23 Jan
'18
3:28 p.m.
On 23.01.2018 10:37, Jia-Ju Bai wrote:
The function synth_alloc_pages is not called in atomic context. Thus GFP_ATOMIC is not necessary, and it can be replaced with GFP_KERNEL.
Signed-off-by: Jia-Ju Bai baijiaju1990@gmail.com
sound/pci/emu10k1/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
I've submitted a patch last Sunday that removes this whole code anyway, see: "[PATCH 4/5] ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functions".
Maciej