smb3: allow uid and gid owners to be set on create with idsfromsid mount option
[linux-2.6-microblaze.git] / sound / core / pcm_memory.c
index fcab37e..860935e 100644 (file)
@@ -460,7 +460,7 @@ int _snd_pcm_lib_alloc_vmalloc_buffer(struct snd_pcm_substream *substream,
                        return 0; /* already large enough */
                vfree(runtime->dma_area);
        }
-       runtime->dma_area = __vmalloc(size, gfp_flags, PAGE_KERNEL);
+       runtime->dma_area = __vmalloc(size, gfp_flags);
        if (!runtime->dma_area)
                return -ENOMEM;
        runtime->dma_bytes = size;