]> git.baikalelectronics.ru Git - kernel.git/commit
[media] s5p-mfc: use vb2_is_streaming() to check vb2 queue status
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 9 Jun 2016 20:25:14 +0000 (17:25 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Jul 2016 17:26:27 +0000 (14:26 -0300)
commitd788a60513e099c88fe3b97e346d0c99d411a49d
tree376aeb2371b984becd70296bf3d9f192ea6fdf94
parent33a969b09e32a8ebe3778c8f7306944293bbb169
[media] s5p-mfc: use vb2_is_streaming() to check vb2 queue status

The streaming field in struct vb2_queue is meant to be private and should
not be used by drivers directly, instead the vb2_is_streaming() function
should be used to check the videobuf2 queue streaming status.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c