]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: Add "missing" break to haswell_get_ddi_pll()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Dec 2015 21:32:07 +0000 (23:32 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 2 Dec 2015 09:24:13 +0000 (11:24 +0200)
commit79bd23dadf613fb5ebc1d9aa178fd7129c3e059c
tree7abe2bb2270e4a970f506cb5069e931cf6707101
parente4abb733bb72ab447120d0887083b7dc4847c557
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
drivers/gpu/drm/i915/intel_display.c