]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e6e84d27d09e44a899207df6030f73af65be516
treeacbf14de456260bd84e0bef1eb603f679a0abc4a
parent4936add399f5467d941c6c8f47d6e807056683d7
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