Re: [Patch 05/13] media: am437x-vpfe: Streamlined vb2 buffer cleanup

2019-09-16 Thread Lad, Prabhakar
On Mon, Sep 16, 2019 at 3:51 PM Benoit Parrot wrote: > > Lad, Prabhakar wrote on Mon [2019-Sep-16 > 09:00:03 +0100]: > > Hi Benoit, > > > > Thank you for the patch. > > > > On Mon, Sep 9, 2019 at 5:26 PM Benoit Parrot wrote: > > > > > > Returning queued vb2 buffers back to user space is a commo

Re: [Patch 05/13] media: am437x-vpfe: Streamlined vb2 buffer cleanup

2019-09-16 Thread Benoit Parrot
Lad, Prabhakar wrote on Mon [2019-Sep-16 09:00:03 +0100]: > Hi Benoit, > > Thank you for the patch. > > On Mon, Sep 9, 2019 at 5:26 PM Benoit Parrot wrote: > > > > Returning queued vb2 buffers back to user space is a common > > task best handled by a helper function. > > > > Signed-off-by: Ben

Re: [Patch 05/13] media: am437x-vpfe: Streamlined vb2 buffer cleanup

2019-09-16 Thread Lad, Prabhakar
Hi Benoit, Thank you for the patch. On Mon, Sep 9, 2019 at 5:26 PM Benoit Parrot wrote: > > Returning queued vb2 buffers back to user space is a common > task best handled by a helper function. > > Signed-off-by: Benoit Parrot > --- > drivers/media/platform/am437x/am437x-vpfe.c | 54 ++