From: Laurent Pinchart Date: Mon, 23 Jun 2014 19:57:22 +0000 (-0300) Subject: [media] v4l: vsp1: Release buffers at stream stop X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df04e9d9ac6982d16a8a042c8274410ed29fb0e;p=pandora-kernel.git [media] v4l: vsp1: Release buffers at stream stop videobuf2 expects no buffer to be owned by the driver when the stop_stream queue operation returns. As the vsp1 driver fails to do so, a warning is generated at stream top time. Fix this by releasing all buffers queued on the IRQ queue in the stop_stream operation handler and marking them as erroneous. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed