Re: [PATCHv2] media: videobuf2: Return error after allocation failure

2019-02-28 Thread Souptick Joarder
On Mon, Feb 11, 2019 at 7:42 AM Souptick Joarder wrote: > > On Mon, Feb 4, 2019 at 8:27 PM Souptick Joarder wrote: > > > > There is no point to continuing assignment after memory allocation > > failed, rather throw error immediately. > > > > Signed-off-by: Souptick Joarder > > Any comment on thi

Re: [PATCHv2] media: videobuf2: Return error after allocation failure

2019-02-10 Thread Souptick Joarder
On Mon, Feb 4, 2019 at 8:27 PM Souptick Joarder wrote: > > There is no point to continuing assignment after memory allocation > failed, rather throw error immediately. > > Signed-off-by: Souptick Joarder Any comment on this patch ? > --- > v1 -> v2: > Corrected typo in change log. > >

[PATCHv2] media: videobuf2: Return error after allocation failure

2019-02-04 Thread Souptick Joarder
There is no point to continuing assignment after memory allocation failed, rather throw error immediately. Signed-off-by: Souptick Joarder --- v1 -> v2: Corrected typo in change log. drivers/media/common/videobuf2/videobuf2-vmalloc.c | 8 1 file changed, 4 insertions(+), 4 dele