drm/amd/display: drop unused count variable in create_eml_sink()
authorHamza Mahfooz <hamza.mahfooz@amd.com>
Wed, 17 May 2023 18:09:39 +0000 (14:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:39:19 +0000 (10:39 -0400)
commit8789989b476b5f3bb0bf1a63b5223f6e76cfd13d
tree86f8de0a7d1e76244b81c469a7bd9338b975051b
parentfd73c8507675f6bccc039cf319f183e41e447cb7
drm/amd/display: drop unused count variable in create_eml_sink()

Since, we are only interested in having
drm_edid_override_connector_update(), update the value of
connector->edid_blob_ptr. We don't care about the return value of
drm_edid_override_connector_update() here. So, drop count.

Fixes: 550e5d23f147 ("drm/amd/display: assign edid_blob_ptr with edid from debugfs")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c