Skip to content

Commit 79bd23d

Browse files
committed
drm/i915: Add "missing" break to haswell_get_ddi_pll()
While not technically needed on the last case in the switch statement, the 'break' makes it look better IMO. v2: Fixed a typo in the commit message (Paulo) Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1449005527-15617-1-git-send-email-ville.syrjala@linux.intel.com
1 parent e4abb73 commit 79bd23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/intel_display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9808,6 +9808,7 @@ static void haswell_get_ddi_pll(struct drm_i915_private *dev_priv,
98089808
break;
98099809
case PORT_CLK_SEL_SPLL:
98109810
pipe_config->shared_dpll = DPLL_ID_SPLL;
9811+
break;
98119812
}
98129813
}
98139814

0 commit comments

Comments
 (0)