From: Michal Simek Date: Mon, 7 Feb 2011 10:42:37 +0000 (+0100) Subject: microblaze: Fix sparse warning - consistent_alloc function X-Git-Tag: v2.6.39-rc1~475^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd44da154241170be3f1fadb1f2ca689f6802628;p=pandora-kernel.git microblaze: Fix sparse warning - consistent_alloc function Warning in dma.c was caused by incorrect type in consistent_alloc function. Warning log: CHECK arch/microblaze/kernel/dma.c arch/microblaze/kernel/dma.c:53:26: warning: incorrect type in argument 1 (different base types) arch/microblaze/kernel/dma.c:53:26: expected int [signed] gfp arch/microblaze/kernel/dma.c:53:26: got restricted unsigned int [usertype] flag Signed-off-by: Michal Simek --- Reading git-diff-tree failed