mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 16:09:57 +07:00
drm/i915/connector: use MISSING_CASE instead of logging
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/bb70a05a2c20307ab67b89c4682f5afc5953fcaf.1584714939.git.jani.nikula@intel.com
This commit is contained in:
parent
dd10a80f86
commit
edd38964a5
@ -290,7 +290,7 @@ intel_attach_colorspace_property(struct drm_connector *connector)
|
||||
return;
|
||||
break;
|
||||
default:
|
||||
DRM_DEBUG_KMS("Colorspace property not supported\n");
|
||||
MISSING_CASE(connector->connector_type);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user