diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-12-27 12:54:44 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-05 16:10:43 -0500 |
commit | bf2ad4fb8adca89374b54b225d494e0b1956dbea (patch) | |
tree | ef248b21d6428acf1d7621e2cffe014fc23f12c0 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | 499839eca34ad62d43025ec0b46b80e77065f6d8 (diff) | |
download | linux-bf2ad4fb8adca89374b54b225d494e0b1956dbea.tar.gz linux-bf2ad4fb8adca89374b54b225d494e0b1956dbea.tar.bz2 linux-bf2ad4fb8adca89374b54b225d494e0b1956dbea.zip |
drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'
Return value of container_of(...) can't be null, so null check is not
required for 'fence'. Hence drop its NULL check.
Fixes the below:
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c:93 to_amdgpu_amdkfd_fence() warn: can 'fence' even be NULL?
Cc: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions