Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-10-01 Thread Gioh Kim
...@samsung.com; sreena...@samsung.com; c...@samsung.com; vishnu...@samsung.com Subject: Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create On 09/29/2015 10:37 PM, Rohit kumar wrote: This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreacha

Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-10-01 Thread Gioh Kim
...@samsung.com; sreena...@samsung.com; c...@samsung.com; vishnu...@samsung.com Subject: Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create On 09/29/2015 10:37 PM, Rohit kumar wrote: This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreacha

RE: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-30 Thread PINTU KUMAR
t; c.rajku...@samsung.com; sreena...@samsung.com; c...@samsung.com; > vishnu...@samsung.com > Subject: Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create > > On 09/29/2015 10:37 PM, Rohit kumar wrote: > > This patch fixes error handling case when buffer->pages a

Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-30 Thread Laura Abbott
On 09/29/2015 10:37 PM, Rohit kumar wrote: This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreachable code of checking ret variable although it is not updated. Reviewed-by: Laura Abbott Signed-off-by: Rohit kumar ---

Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-30 Thread Laura Abbott
On 09/29/2015 10:37 PM, Rohit kumar wrote: This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreachable code of checking ret variable although it is not updated. Reviewed-by: Laura Abbott Signed-off-by: Rohit kumar

RE: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-30 Thread PINTU KUMAR
t; c.rajku...@samsung.com; sreena...@samsung.com; c...@samsung.com; > vishnu...@samsung.com > Subject: Re: [PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create > > On 09/29/2015 10:37 PM, Rohit kumar wrote: > > This patch fixes error handling case when buffer->pages a

[PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-29 Thread Rohit kumar
This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreachable code of checking ret variable although it is not updated. Signed-off-by: Rohit kumar --- drivers/staging/android/ion/ion.c | 14 +- 1 file changed, 5 insertions(+), 9

[PATCH 1/1] staging: ion: Fix error handling in ion_buffer_create

2015-09-29 Thread Rohit kumar
This patch fixes error handling case when buffer->pages allocation fails. Also, it removes unreachable code of checking ret variable although it is not updated. Signed-off-by: Rohit kumar --- drivers/staging/android/ion/ion.c | 14 +- 1 file changed, 5