]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: removed duplicate line
authorJohn Clements <John.Clements@amd.com>
Wed, 31 Jul 2019 08:11:38 +0000 (16:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Aug 2019 15:30:39 +0000 (10:30 -0500)
Remove duplicate break.

Signed-off-by: John Clements <john.clements@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

index 206ef9f528ee7204eafc673adf407ac69ea59597..21c120c52fddbdea4358bb18231e41a98fd3b134 100644 (file)
@@ -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;