Re: [RFCv11 PATCH 06/29] media-request: add media_request_find

2018-04-23 Thread Hans Verkuil
On 04/12/2018 02:08 PM, Sakari Ailus wrote: > Hi Hans, > > On Mon, Apr 09, 2018 at 04:20:03PM +0200, Hans Verkuil wrote: >> From: Hans Verkuil >> >> Add media_request_find() to find a request based on the file >> descriptor. >> >> The caller has to call media_request_put() for the returned >> req

Re: [RFCv11 PATCH 06/29] media-request: add media_request_find

2018-04-12 Thread Sakari Ailus
Hi Hans, On Mon, Apr 09, 2018 at 04:20:03PM +0200, Hans Verkuil wrote: > From: Hans Verkuil > > Add media_request_find() to find a request based on the file > descriptor. > > The caller has to call media_request_put() for the returned > request since this function increments the refcount. > >

Re: [RFCv11 PATCH 06/29] media-request: add media_request_find

2018-04-12 Thread Sakari Ailus
Hi Mauro, On Tue, Apr 10, 2018 at 08:04:09AM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 9 Apr 2018 16:20:03 +0200 > Hans Verkuil escreveu: > > > From: Hans Verkuil > > > > Add media_request_find() to find a request based on the file > > descriptor. > > > > The caller has to call media_req

Re: [RFCv11 PATCH 06/29] media-request: add media_request_find

2018-04-10 Thread Mauro Carvalho Chehab
Em Mon, 9 Apr 2018 16:20:03 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Add media_request_find() to find a request based on the file > descriptor. > > The caller has to call media_request_put() for the returned > request since this function increments the refcount. > > Signed-off-b