[media] media: davinci: vpif_capture: improve start/stop_streaming callbacks
authorLad, Prabhakar <[email protected]>
Fri, 16 May 2014 13:33:39 +0000 (10:33 -0300)
committerMauro Carvalho Chehab <[email protected]>
Fri, 23 May 2014 22:23:02 +0000 (19:23 -0300)
commit41b9f24e4df995aebfde63e42d5cec1a82e9a9c7
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 <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/platform/davinci/vpif_capture.c