drm/amd: Remove superfluous assignment for `adev->mes.adev`
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 3 Jan 2023 18:20:56 +0000 (12:20 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jan 2023 22:02:18 +0000 (17:02 -0500)
commite78105c8c432368682fc13f18e164e89ad705910
treebd27be947347dbffc3477b363f9f4b2d84a12a9c
parent11e0b0067ec0707e8e598a5f9a547ab618ae7982
drm/amd: Remove superfluous assignment for `adev->mes.adev`

`amdgpu_mes_init` already sets `adev->mes.adev`, so there is no need
to also set it in the IP specific versions.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v10_1.c
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c