Commit c0dac3c9 authored by John Clements's avatar John Clements Committed by Alex Deucher

drm/amdgpu: removed duplicate line

Remove duplicate break.
Signed-off-by: default avatarJohn Clements <john.clements@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 706e5082
...@@ -1334,7 +1334,6 @@ static int gfx_v9_0_init_microcode(struct amdgpu_device *adev) ...@@ -1334,7 +1334,6 @@ static int gfx_v9_0_init_microcode(struct amdgpu_device *adev)
else else
chip_name = "raven"; chip_name = "raven";
break; break;
break;
case CHIP_ARCTURUS: case CHIP_ARCTURUS:
chip_name = "arcturus"; chip_name = "arcturus";
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment