From: Fengguang Wu Date: Sat, 27 Oct 2012 03:29:03 +0000 (+0800) Subject: staging: ced1401: remove useless value cast on kmalloc() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~788 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c5abf2542f1a91d31ae536707c00cf0ceaf376;p=pandora-kernel.git staging: ced1401: remove useless value cast on kmalloc() Casting value returned by k[cmz]alloc to (struct page * *) is useless. Generated by: scripts/coccinelle/api/alloc/drop_kmalloc_cast.cocci Reported-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed