drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 12 May 2015 15:13:16 +0000 (16:13 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 20 May 2015 09:25:53 +0000 (11:25 +0200)
commit4249eeef4e0f8b81683930a028cb839cc748786e
treeacbf14de456260bd84e0bef1eb603f679a0abc4a
parent65438bcce59756d06d4df398cb1e4b7d82b4c7bc
drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()

Let's be consistent with the others skl_plane_ctl_*() functions and use
a MISSING_CASE(). Not only that, but it's a rude to BUG() the whole
machine here.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
This page took 0.025864 seconds and 5 git commands to generate.