projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d971d42
)
drm/amdgpu: Remove unneeded semicolon
author
Zheng Bin
<zhengbin13@huawei.com>
Fri, 24 Apr 2020 07:56:20 +0000
(15:56 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 27 Apr 2020 19:51:14 +0000
(15:51 -0400)
Fixes coccicheck warning:
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2534:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@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 6c5ba34b98d8ed7027b9c8c359fd6f8546115a21..b7b51037b1cf10253079fcc1ce1a2b4bf74a6e07 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@
-2531,7
+2531,7
@@
static void gfx_v9_0_init_sq_config(struct amdgpu_device *adev)
break;
default:
break;
- }
;
+ }
}
static void gfx_v9_0_constants_init(struct amdgpu_device *adev)