Re: [PATCH] media: au0828 - add vidq busy checks to s_std and s_input

2015-03-14 Thread Hans Verkuil
On 03/14/2015 03:18 AM, Shuah Khan wrote: au0828 s_std and s_input are missing queue busy checks. Add vb2_is_busy() calls to s_std and s_input and return -EBUSY if found busy. I agree with Devin that for this particular driver this patch isn't necessary. Regards, Hans

Re: [PATCH] media: au0828 - add vidq busy checks to s_std and s_input

2015-03-13 Thread Devin Heitmueller
On Fri, Mar 13, 2015 at 10:18 PM, Shuah Khan shua...@osg.samsung.com wrote: au0828 s_std and s_input are missing queue busy checks. Add vb2_is_busy() calls to s_std and s_input and return -EBUSY if found busy. These checks are only needed on devices which support more than a single format

[PATCH] media: au0828 - add vidq busy checks to s_std and s_input

2015-03-13 Thread Shuah Khan
au0828 s_std and s_input are missing queue busy checks. Add vb2_is_busy() calls to s_std and s_input and return -EBUSY if found busy. Signed-off-by: Shuah Khan shua...@osg.samsung.com --- drivers/media/usb/au0828/au0828-video.c | 13 + 1 file changed, 13 insertions(+) diff --git