commit | 9757973f41b52cd8fa7850100b8b0ae85261bcc5 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jun 21 20:46:58 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jul 05 22:16:56 2018 +0300 |
tree | 0989aabe5570ed785db07e3f48797d27243471f0 | |
parent | bb9e8755a4259a306cd1691b4e17c4c485d81c9e [diff] |
drm/i915: Remove pointless if-else from sdvo code The return value is a bool so we can just return the result of the biwise AND. The compiler will take care of the rest. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180621174658.18823-1-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>