Re: [RFCv3 PATCH 02/10] vb2: change result code of buf_finish to void.

2014-02-13 Thread Pawel Osciak
Thanks! vb2 parts: Acked-by: Pawel Osciak others: Reviewed-by: Pawel Osciak On Thu, Feb 13, 2014 at 6:40 PM, Hans Verkuil wrote: > From: Hans Verkuil > > The buf_finish op should always work, so change the return type to void. > Update the few drivers that use it. Note that buf_finish can be

[RFCv3 PATCH 02/10] vb2: change result code of buf_finish to void.

2014-02-13 Thread Hans Verkuil
From: Hans Verkuil The buf_finish op should always work, so change the return type to void. Update the few drivers that use it. Note that buf_finish can be called both when the DMA is streaming and when it isn't (during queue_cancel). Update drivers to check that where appropriate. Signed-off-by