projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
706e508
)
drm/amdgpu: removed duplicate line
author
John Clements
<John.Clements@amd.com>
Wed, 31 Jul 2019 08:11:38 +0000
(16:11 +0800)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 206ef9f528ee7204eafc673adf407ac69ea59597..21c120c52fddbdea4358bb18231e41a98fd3b134 100644
(file)
--- 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;