[media] media: davinci: vpif_capture: improve start/stop_streaming callbacks
commit41b9f24e4df995aebfde63e42d5cec1a82e9a9c7
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Fri, 16 May 2014 13:33:39 +0000 (16 10:33 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 22:23:02 +0000 (23 19:23 -0300)
tree146608bc42c87eaddfd4f0a31ca769acf1fce0df
parent837939deebeb0201189d44fcc83ee9ca3c483731
[media] media: davinci: vpif_capture: improve start/stop_streaming callbacks

this patch drops unnecessary check from start_streaming() callback
as this is already done in try/s_fmt and some minor code cleanups,
drops check for vb2_is_streaming() as this check is done by vb2
itself before calling this callback.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/davinci/vpif_capture.c