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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;