From: Dan Carpenter Date: Thu, 24 May 2012 14:56:41 +0000 (-0300) Subject: [media] videobuf-dma-contig: use gfp_t for GFP flags X-Git-Tag: v3.6-rc1~40^2^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50fbe32cf41a8309ed8016eb6f81232acfa23ae7;p=pandora-kernel.git [media] videobuf-dma-contig: use gfp_t for GFP flags Sparse complains if about using unsigned long. videobuf-dma-contig.c:47:67: warning: restricted gfp_t degrades to integer videobuf-dma-contig.c:47:65: warning: incorrect type in argument 2 (different base types) videobuf-dma-contig.c:47:65: expected restricted gfp_t [usertype] gfp_mask videobuf-dma-contig.c:47:65: got unsigned long Signed-off-by: Dan Carpenter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed