From: Michael Olbrich Date: Fri, 18 Jul 2014 10:22:40 +0000 (-0300) Subject: [media] coda: delay coda_fill_bitstream() X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~489 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabed931dfc3f47f78b93fb49013af6da66682af;p=pandora-kernel.git [media] coda: delay coda_fill_bitstream() coda_fill_bitstream() calls v4l2_m2m_buf_done() which is no longer allowed before streaming was started. Delay coda_fill_bitstream() until coda_start_streaming() and explicitly set 'start_streaming_called' before calling coda_fill_bitstream() Signed-off-by: Michael Olbrich Signed-off-by: Philipp Zabel Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed