]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Remove unused loop from intel_dp_mst_compute_config
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 9 Aug 2016 15:04:06 +0000 (17:04 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 23 Aug 2016 09:07:33 +0000 (11:07 +0200)
commit1189e4f4d8818b438d5cdbd7d45a2c0ed6170671
tree3f1198f7a5f54979933080043bc102e478a2c6a9
parent0a478c27db43ad6a0e229ff1b922a16d2eae9701
drm/i915: Remove unused loop from intel_dp_mst_compute_config

Now that conn_state is passed in as argument to compute_config, it's
guaranteed that there is a connector for the argument. The code that
looks for the connector is now dead, and completely unused. Delete it.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470755054-32699-8-git-send-email-maarten.lankhorst@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp_mst.c