commit | 1d245987754f8cd0bf21c77ecda2023ca13ff8c1 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu Aug 20 10:47:37 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Aug 26 11:00:25 2015 +0200 |
tree | 278624fce976e834e93cd36540cccfa4ca294101 | |
parent | b93433ccf64846820b9448f5ff5dd4348b58a8ed [diff] |
drm/i915: make g4x_digital_port_connected return boolean status We should not be hitting any of the default cases in g4x_digital_port_connected, so add MISSING_CASE annotation and return boolean status. The current behaviour is just cargo culting from the days of yonder when the display port support was added to i915. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Durgadoss R <durgadoss.r@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>