OSDN Git Service

drm/i915: add MISSING_CASE annotation to ibx_digital_port_connected
authorJani Nikula <jani.nikula@intel.com>
Thu, 20 Aug 2015 07:47:38 +0000 (10:47 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Aug 2015 09:00:33 +0000 (11:00 +0200)
commit196cabd4a39496038ee81c2755496955e7355bd5
treeb05165f318ba6989d6674b1058c659b704861c91
parent1d245987754f8cd0bf21c77ecda2023ca13ff8c1
drm/i915: add MISSING_CASE annotation to ibx_digital_port_connected

With the case added for eDP on port A (always connected from this
function's point of view), we should not be hitting any of the default
cases in ibx_digital_port_connected, so add MISSING_CASE annotation.

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>
drivers/gpu/drm/i915/intel_dp.c