[media] cx23885: Avoid stopping the risc engine during buffer timeout
authorSteven Toth <stoth@kernellabs.com>
Mon, 10 Oct 2011 14:09:56 +0000 (11:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 14 Oct 2011 20:22:14 +0000 (17:22 -0300)
commitd44aa2d7fc9fba30cf81f25ba33f1caf73e8fbb8
tree695ccd04cd63674161d71bca9e79851fda22cf83
parent84f42af66535a57875b72678126c4238142ad4be
[media] cx23885: Avoid stopping the risc engine during buffer timeout

1. Removed the verbose 'dump channel state to console', very noisy in
   weak signal conditions.
2. No need for the video buffer timeout to stop the risc engine here.
   Clearer and easier to maintain if start_video_dma() is the single
   place that this is done.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-video.c