From: John Clements Date: Wed, 31 Jul 2019 08:11:38 +0000 (+0800) Subject: drm/amdgpu: removed duplicate line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0dac3c9f5458c623fab7856f24c258303d15cfb;p=linux.git drm/amdgpu: removed duplicate line Remove duplicate break. Signed-off-by: John Clements Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index 206ef9f528ee7..21c120c52fddb 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -1334,7 +1334,6 @@ static int gfx_v9_0_init_microcode(struct amdgpu_device *adev) else chip_name = "raven"; break; - break; case CHIP_ARCTURUS: chip_name = "arcturus"; break;