amdkfd: Fix memory leak on process deregistration
authorJay Cornwall <jay.cornwall@amd.com>
Thu, 20 Nov 2014 17:52:16 +0000 (11:52 -0600)
committerOded Gabbay <oded.gabbay@amd.com>
Thu, 20 Nov 2014 17:52:16 +0000 (11:52 -0600)
struct device_process_node was allocated during process registration but
not released at process deregistration.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jay Cornwall <jay.cornwall@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c