From: Alex Deucher Date: Mon, 14 Sep 2020 15:36:21 +0000 (-0400) Subject: drm/amdgpu/gmc9: remove mmhub client duplicated case X-Git-Tag: v5.10.7~1332^2~18^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4075be88246eeb9b6cf50339fd6ebf9201f2091;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu/gmc9: remove mmhub client duplicated case Copy paste typo. Reported-by: kernel test robot Reviewed-by: Felix Kuehling Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c index 91629c2..c605a188 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c @@ -269,7 +269,6 @@ static const char *mmhub_client_ids_arcturus[][2] = { [14][1] = "HDP", [15][1] = "SDMA0", [32+15][1] = "SDMA1", - [32+15][1] = "SDMA1", [64+15][1] = "SDMA2", [96+15][1] = "SDMA3", [128+15][1] = "SDMA4",