From: Jesper Juhl Date: Tue, 16 Oct 2007 08:24:49 +0000 (-0700) Subject: mm: no need to cast vmalloc() return value in zone_wait_table_init() X-Git-Tag: v2.6.24-rc1~1214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8691f3a72f32f8b3ed535faa27140b3ae293c90b;p=pandora-kernel.git mm: no need to cast vmalloc() return value in zone_wait_table_init() vmalloc() returns a void pointer, so there's no need to cast its return value in mm/page_alloc.c::zone_wait_table_init(). Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed