[patch] amdkfd: delete some dead code

2014-11-26 Thread Oded Gabbay
On 11/25/2014 06:43 PM, Dan Carpenter wrote: > This is dead code. We don't need to unbind here, we can just return > directly. > > Signed-off-by: Dan Carpenter > Patch is: Reviewed-by: Oded Gabbay And applied to my 3.19-next-wip tree. Thanks! Oded > diff --git a/drivers/gpu/drm/amd/amd

[patch] amdkfd: delete some dead code

2014-11-25 Thread Dan Carpenter
This is dead code. We don't need to unbind here, we can just return directly. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c index a17e2dd..b4f49ac 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c +++ b/drivers