Re: [RFC][PATCH 1/6] staging: android: ion: return error value for ion_device_add_heap

2016-06-08 Thread Liviu Dudau
On Mon, Jun 06, 2016 at 11:23:28AM -0700, Laura Abbott wrote: > From: Laura Abbott > > > ion_device_add_heap doesn't return an error value. Change it to return > information to callers. > > Signed-off-by: Laura Abbott Reviewed-by: Liviu Dudau

[RFC][PATCH 1/6] staging: android: ion: return error value for ion_device_add_heap

2016-06-06 Thread Laura Abbott
From: Laura Abbott ion_device_add_heap doesn't return an error value. Change it to return information to callers. Signed-off-by: Laura Abbott --- drivers/staging/android/ion/ion.c | 7 +-- drivers/staging/android/ion/ion_priv.h | 2 +-