]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86: Remove unnecessary casts of void ptr returning alloc function return values
authorJesper Juhl <jj@chaosbits.net>
Mon, 8 Nov 2010 23:08:11 +0000 (00:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Nov 2010 08:13:00 +0000 (09:13 +0100)
commit8e5e9521c13ff8cf6727999999c8d88cc64b5ff7
treec9bd89f5f7536561d561c1c8c6e3033a0b4a499e
parent0059b2436a86fedb2747f654f8e10a67e97d8614
x86: Remove unnecessary casts of void ptr returning alloc function return values

The [vk][cmz]alloc(_node) family of functions return void
pointers which it's completely unnecessary/pointless to cast to
other pointer types since that happens implicitly.

This patch removes such casts from arch/x86.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Cc: trivial@kernel.org
Cc: amd64-microcode@amd64.org
Cc: Andreas Herrmann <andreas.herrmann3@amd.com>
LKML-Reference: <alpine.LNX.2.00.1011082310220.23697@swampdragon.chaosbits.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_amd.c
arch/x86/platform/uv/tlb_uv.c