commit | 288db88216081bed4761ad0924527a9ca54025e9 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Nov 09 00:08:25 2010 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jan 19 15:24:49 2011 +0100 |
tree | dee9dc3e12370ebd236b85a3a3b04e3bfd5700fd | |
parent | c5e0591ae3a13adfe2d6d685ba9cc6d84d0e58df [diff] |
GPU DRM: 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 drivers/gpu/drm/ Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>