]> git.baikalelectronics.ru Git - kernel.git/commit
mm: no need to cast vmalloc() return value in zone_wait_table_init()
authorJesper Juhl <jesper.juhl@gmail.com>
Tue, 16 Oct 2007 08:24:49 +0000 (01:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:54 +0000 (09:42 -0700)
commit5f9672d60467ade299d34c5ba3a7ce01fc43383f
tree78ed23998e99de2fb4fb5b135c1fa4ad70612ef0
parent6238cd3065172b5eb04d9c1046991376d1d8002c
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 <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c