[patch] amdkfd: fix some error handling in ioctl

2014-11-25 Thread Oded Gabbay
On 11/25/2014 12:21 PM, Dan Carpenter wrote: > There is a typo here so the errors from kfd_bind_process_to_device() > are not detected. > > Signed-off-by: Dan Carpenter > Patch is: Reviewed-by: Oded Gabbay And applied to my 3.19-next-wip tree Oded > diff --git a/drivers/gpu/drm/amd/amd

[patch] amdkfd: fix some error handling in ioctl

2014-11-25 Thread Dan Carpenter
There is a typo here so the errors from kfd_bind_process_to_device() are not detected. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c index 64c73ba..c5dd0ae 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c +++ b