diff options
| author | Fengguang Wu <[email protected]> | 2018-01-04 23:06:46 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:17:16 +0000 |
| commit | 02d170e264f1a982aa7ecb5d77ffcbb72f1060fd (patch) | |
| tree | 01009bfd5bd97ff581331e881ee5303245c5650d /drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | |
| parent | drm/amd/pp: Refine code shorten variable name (diff) | |
| download | kernel-02d170e264f1a982aa7ecb5d77ffcbb72f1060fd.tar.gz kernel-02d170e264f1a982aa7ecb5d77ffcbb72f1060fd.zip | |
drm/amdgpu: fix semicolon.cocci warnings
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:281:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 620f774f4687 ("drm/amdgpu: separate VMID and PASID handling")
CC: Christian König <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c index 16884a0b677b..5248a3232aff 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c @@ -278,7 +278,7 @@ int amdgpu_vmid_grab(struct amdgpu_vm *vm, struct amdgpu_ring *ring, else goto no_flush_needed; - }; + } /* Still no ID to use? Then use the idle one found earlier */ id = idle; |
