drm/i915: Get rid of silly void* from MST code
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Mar 2020 20:27:52 +0000 (22:27 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Mar 2020 15:38:34 +0000 (17:38 +0200)
commit743acd115070cecb5a4d5ae146248f90c402a2f0
tree6b51655de5d7b66ccad7c88b153e3ae81bfdaf98
parent1c664c15cf0a31784b217a84fa0128ce46f17a84
drm/i915: Get rid of silly void* from MST code

Not sure why this thing is trying to avoid declaring the proper
type for these pointers. But since these are used only once let's
just get rid of the local variable entirely.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200310202752.28454-1-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_dp_mst.c