diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c index d6d41a42ab65..ff3ca52ec6fe 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | |||
@@ -87,7 +87,7 @@ bool amdgpu_semaphore_emit_wait(struct amdgpu_ring *ring, | |||
87 | 87 | ||
88 | void amdgpu_semaphore_free(struct amdgpu_device *adev, | 88 | void amdgpu_semaphore_free(struct amdgpu_device *adev, |
89 | struct amdgpu_semaphore **semaphore, | 89 | struct amdgpu_semaphore **semaphore, |
90 | struct amdgpu_fence *fence) | 90 | struct fence *fence) |
91 | { | 91 | { |
92 | if (semaphore == NULL || *semaphore == NULL) { | 92 | if (semaphore == NULL || *semaphore == NULL) { |
93 | return; | 93 | return; |