[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)
commit6d2b7497320e7dcd0ca48f07eeccb1c5b4ff00a0
tree376aeb2371b984becd70296bf3d9f192ea6fdf94
parentc8e913e19b8ff06b887ec9bca62cad3a4f80167d
[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