drm/xe/mocs: Drop duplicate assignment of uc_index
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 23 Feb 2023 18:57:37 +0000 (10:57 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:42 +0000 (18:29 -0500)
commit6c57023ec42713e6cb91fdfbbd77147979e597e2
tree35b250c01bf75f790d3dcb949880e2b05bd8662d
parentd1000e3fc9fa6bfb88d37a177542b9b24802081f
drm/xe/mocs: Drop duplicate assignment of uc_index

The DG1 branch needlessly assigns uc_index twice.  Drop the second
instance.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_mocs.c