diff options
| -rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c index 9be007081b72..a902ae037398 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c | |||
| @@ -194,7 +194,7 @@ static void kfd_process_wq_release(struct work_struct *work) | |||
| 194 | 194 | ||
| 195 | kfree(p); | 195 | kfree(p); |
| 196 | 196 | ||
| 197 | kfree((void *)work); | 197 | kfree(work); |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | static void kfd_process_destroy_delayed(struct rcu_head *rcu) | 200 | static void kfd_process_destroy_delayed(struct rcu_head *rcu) |
