Re: [RFCv3 PATCH 07/10] vb2: rename queued_count to owned_by_drv_count

2014-02-13 Thread Pawel Osciak
On Thu, Feb 13, 2014 at 6:40 PM, Hans Verkuil wrote: > From: Hans Verkuil > > 'queued_count' is a bit vague since it is not clear to which queue it > refers to: the vb2 internal list of buffers or the driver-owned list > of buffers. > > Rename to make it explicit. > > Signed-off-by: Hans Verkuil

[RFCv3 PATCH 07/10] vb2: rename queued_count to owned_by_drv_count

2014-02-13 Thread Hans Verkuil
From: Hans Verkuil 'queued_count' is a bit vague since it is not clear to which queue it refers to: the vb2 internal list of buffers or the driver-owned list of buffers. Rename to make it explicit. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/videobuf2-core.c | 10 +- inclu