drm/amdgpu/dm/mst: Fix uninitialized var in pre_compute_mst_dsc_configs_for_state()
authorLyude Paul <lyude@redhat.com>
Fri, 18 Nov 2022 19:54:05 +0000 (14:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Nov 2022 14:47:13 +0000 (09:47 -0500)
commit33ac94dbdfd5f0fdd820c82ef930e20ad346a063
tree38be8a3cf938e85dd1e0cd926d513e732968cd1b
parenta2b1df9296da6dd71bd1fe96d2df5509e13c372c
drm/amdgpu/dm/mst: Fix uninitialized var in pre_compute_mst_dsc_configs_for_state()

Coverity noticed this one, so let's fix it.

Fixes: 7cce4cd628be ("drm/amdgpu/mst: Stop ignoring error codes and deadlocking")
Signed-off-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Cc: stable@vger.kernel.org # v5.6+
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c