drm/edid: Make edid_load() return a void *
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 19 Nov 2013 11:15:05 +0000 (12:15 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 18 Dec 2013 00:42:13 +0000 (10:42 +1000)
commitce456e039613b384234de4d1faf0332b513cc1e4
treed7bf7cb63ee92e0d56f2604790a8e2e13c4262aa
parentda32cc90cbc865c6b49bdc2e0d81b2df3972e5ec
drm/edid: Make edid_load() return a void *

Always use "void *" for arbitrary memory buffers, as this allows to drop
casts in assignments.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid_load.c