]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit91d6f0c5f47cb56a22d9c69d50f510efae0a0ba9
tree6b51655de5d7b66ccad7c88b153e3ae81bfdaf98
parent6423c9a4aa917c52df09ad7f2def2edfc435ef54
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