mirror of https://gitee.com/openkylin/linux.git
drm/amdgpu: removed duplicate line
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>
This commit is contained in:
parent
706e50829e
commit
c0dac3c9f5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue