]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdkfd: Comment out the unused variable use_static in pm_map_queues_v9
authorJesse Zhang <jesse.zhang@amd.com>
Fri, 31 May 2024 02:30:28 +0000 (10:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Jun 2024 15:06:52 +0000 (11:06 -0400)
commit46eb63ec8a98f9ec88f0a34d5a209968b8fc1ac9
tree8dc4d4b951565366ba61cee52fa211a1e2a36c11
parente69d43356ffdfb968c0c515bd42a8ad9a7399fcb
drm/amdkfd: Comment out the unused variable use_static in pm_map_queues_v9

To fix the warning about unused value,
remove the use_static and use the parameter is_static directly.

Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Suggested-by: Felix Kuehling <felix.kuehling@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c