commit | 8691f3a72f32f8b3ed535faa27140b3ae293c90b | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Tue Oct 16 01:24:49 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:42:54 2007 -0700 |
tree | 78ed23998e99de2fb4fb5b135c1fa4ad70612ef0 | |
parent | 26fb1589cb0aaec3a0b4418c54f30c1a2b1781f6 [diff] |
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>