drm/i915/dpll: drop a useless I915_STATE_WARN_ON()
authorJani Nikula <jani.nikula@intel.com>
Fri, 12 May 2023 11:04:41 +0000 (14:04 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 15 May 2023 09:13:37 +0000 (12:13 +0300)
commita44bebf6afa8114c1bf0f69f5623b7394737a0c8
tree26a8f457a95bc5a231f8bdb9b2da5fc971b9e90c
parentf2eb43f0b8c25e58b299ae2593d805c35c98f82f
drm/i915/dpll: drop a useless I915_STATE_WARN_ON()

In general, we don't do assertions that a function gets called on the
right platforms, and if we did, it should not be a state warn.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230512110444.1448231-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c