OSDN Git Service

drm/i915: Drop redundant address-of op before lttpr_common_caps array
authorImre Deak <imre.deak@intel.com>
Mon, 12 Apr 2021 23:24:13 +0000 (02:24 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 14 Apr 2021 11:09:45 +0000 (14:09 +0300)
commit770d4c71eca7285216dc862849564b33c0d6a210
treef396324722a5ac3ca36973c31e5a7122cd4ef54a
parente42e7e585984b85b0fb9dd1fefc85ee4800ca629
drm/i915: Drop redundant address-of op before lttpr_common_caps array

The address-of op in front of an array is just an alias to using the
array on its own, so drop the op.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210412232413.2755054-2-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_link_training.c