Skip to content
Commit a47e8a46 authored by Matt Roper's avatar Matt Roper
Browse files

drm/i915/xelpg: Fix write to MTL_MCR_SELECTOR



A misplaced closing parenthesis caused the groupid/instanceid values to
be considered part of the ternary operator's condition instead of being
OR'd into the resulting value.

Fixes: f32898c9 ("drm/i915/xelpg: Add multicast steering")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Reviewed-by: default avatarArun R Murthy <arun.r.murthy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221019222437.3035182-1-matthew.d.roper@intel.com
parent 6407cf53
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment