diff for duplicates of <53DFF998.1020307@xs4all.nl> diff --git a/a/1.txt b/N1/1.txt index 5aafedb..adcfd70 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On 07/08/2014 11:41 AM, Ian Molton wrote: > spin_lock_irq(&priv->lock); > + > + for (i = 0; i < vq->num_buffers; ++i) -> + if (vq->bufs[i]->state = VB2_BUF_STATE_ACTIVE) +> + if (vq->bufs[i]->state == VB2_BUF_STATE_ACTIVE) > + vb2_buffer_done(vq->bufs[i], VB2_BUF_STATE_ERROR); > + > list_for_each_safe(buf_head, tmp, &priv->capture) diff --git a/a/content_digest b/N1/content_digest index 999da08..49b0cc3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01404812474-7627-1-git-send-email-ian.molton@codethink.co.uk\0" "ref\01404812474-7627-3-git-send-email-ian.molton@codethink.co.uk\0" "From\0Hans Verkuil <hverkuil@xs4all.nl>\0" - "Subject\0Re: [PATCH 2/4] media: rcar_vin: Ensure all in-flight buffers are returned to error state before sto\0" - "Date\0Mon, 04 Aug 2014 21:22:32 +0000\0" + "Subject\0Re: [PATCH 2/4] media: rcar_vin: Ensure all in-flight buffers are returned to error state before stopping.\0" + "Date\0Mon, 04 Aug 2014 23:22:32 +0200\0" "To\0Ian Molton <ian.molton@codethink.co.uk>" " linux-media@vger.kernel.org\0" "Cc\0linux-kernel@lists.codethink.co.uk" @@ -40,7 +40,7 @@ "> \tspin_lock_irq(&priv->lock);\n" "> +\n" "> +\tfor (i = 0; i < vq->num_buffers; ++i)\n" - "> +\t\tif (vq->bufs[i]->state = VB2_BUF_STATE_ACTIVE)\n" + "> +\t\tif (vq->bufs[i]->state == VB2_BUF_STATE_ACTIVE)\n" "> +\t\t\tvb2_buffer_done(vq->bufs[i], VB2_BUF_STATE_ERROR);\n" "> +\n" "> \tlist_for_each_safe(buf_head, tmp, &priv->capture)\n" @@ -66,4 +66,4 @@ "> \tspin_unlock_irq(&priv->lock);\n" > -5b480bfbf64d1a3fef5c21535553d834cb796e9a7d6488504715b37c09cb128f +d2cb859b202e095381f01d3df46565bbd6056444ca1bf6c19183ccc3d4e492bc
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.