Re: [PATCHv4 1/3] vb2: stop_streaming should return void

2014-04-17 Thread Prabhakar Lad
Hi Hans, Thanks for the patch. On Thu, Apr 17, 2014 at 2:51 PM, Hans Verkuil wrote: > From: Hans Verkuil > > The vb2 core ignores any return code from the stop_streaming op. > And there really isn't anything it can do anyway in case of an error. > So change the return type to void and update an

[PATCHv4 1/3] vb2: stop_streaming should return void

2014-04-17 Thread Hans Verkuil
From: Hans Verkuil The vb2 core ignores any return code from the stop_streaming op. And there really isn't anything it can do anyway in case of an error. So change the return type to void and update any drivers that implement it. The int return gave drivers the idea that this operation could act