OSDN Git Service

drm/i915/snps: constify struct intel_mpllb_state arrays harder
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Aug 2021 14:58:11 +0000 (17:58 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 26 Aug 2021 09:06:34 +0000 (12:06 +0300)
commit3a8e7fd66e8b1ea3ac49a013134d96686af03cf6
tree2ae82f831eae97ec790e2731197ed5cc9789885d
parent4b93f49d0853ad19b51ca35118ec10b7e65e0532
drm/i915/snps: constify struct intel_mpllb_state arrays harder

The tables should be const arrays of const pointers, not just arrays of
const pointers.

Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210825145811.4227-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_snps_phy.c