]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/core/memalloc.c
[PATCH] gfp flags annotations - part 1
[mirror_ubuntu-artful-kernel.git] / sound / core / memalloc.c
index 91124ddbdda939322f6bc813fa418578b9ff2280..e72cec77f0db8ebc7bf911afd5e8e48eac8bd979 100644 (file)
@@ -106,7 +106,7 @@ struct snd_mem_list {
 
 static void *snd_dma_hack_alloc_coherent(struct device *dev, size_t size,
                                         dma_addr_t *dma_handle,
-                                        unsigned int __nocast flags)
+                                        gfp_t flags)
 {
        void *ret;
        u64 dma_mask, coherent_dma_mask;