commit | 641a969eff3ffb01088736ef9531caffe38a6fd9 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu May 28 15:43:49 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 29 10:15:29 2015 +0200 |
tree | 6527d8989dc1cba5c4481ed813ae47a36e35de28 | |
parent | c91711f93f7102c4c71896b6e9273f222bf31989 [diff] |
drm/i915: simplify conditions for skipping the 2nd hpd loop iterations Multiple positive and negative checks for hpd[i] & hotplug_trigger gets hard to read. Simplify. This should make follow-up patches merging the two loops easier. No functional changes. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>