From: Figo.zhang Date: Sat, 8 Aug 2009 13:01:22 +0000 (+0800) Subject: mempool.c: clean up type-casting X-Git-Tag: v2.6.31-rc6~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2f89b5d5d87a7c3ba19fc85ba0c29adb65f639;p=pandora-kernel.git mempool.c: clean up type-casting clean up type-casting twice. "size_t" is typedef as "unsigned long" in 64-bit system, and "unsigned int" in 32-bit system, and the intermediate cast to 'long' is pointless. Signed-off-by: Figo.zhang Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed