diff for duplicates of <1991984.ioj231CKOU@avalon> diff --git a/a/1.txt b/N1/1.txt index f26b1a1..01d745d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,8 +32,8 @@ and applied to my tree. > *pipe) bool stopped; > > spin_lock_irqsave(&pipe->irqlock, flags); -> - stopped = pipe->state = VSP1_PIPELINE_STOPPED, -> + stopped = pipe->state = VSP1_PIPELINE_STOPPED; +> - stopped = pipe->state == VSP1_PIPELINE_STOPPED, +> + stopped = pipe->state == VSP1_PIPELINE_STOPPED; > spin_unlock_irqrestore(&pipe->irqlock, flags); > > return stopped; diff --git a/a/content_digest b/N1/content_digest index 65ccab7..d915e83 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01452816583-11036-1-git-send-email-anders.roxell@linaro.org\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH] drivers/media: vsp1_video: fix compile error\0" - "Date\0Sun, 24 Jan 2016 22:15:28 +0000\0" + "Date\0Mon, 25 Jan 2016 00:15:28 +0200\0" "To\0Anders Roxell <anders.roxell@linaro.org>\0" "Cc\0mchehab@osg.samsung.com" linux-media@vger.kernel.org @@ -44,8 +44,8 @@ "> *pipe) bool stopped;\n" "> \n" "> \tspin_lock_irqsave(&pipe->irqlock, flags);\n" - "> -\tstopped = pipe->state = VSP1_PIPELINE_STOPPED,\n" - "> +\tstopped = pipe->state = VSP1_PIPELINE_STOPPED;\n" + "> -\tstopped = pipe->state == VSP1_PIPELINE_STOPPED,\n" + "> +\tstopped = pipe->state == VSP1_PIPELINE_STOPPED;\n" "> \tspin_unlock_irqrestore(&pipe->irqlock, flags);\n" "> \n" "> \treturn stopped;\n" @@ -55,4 +55,4 @@ "\n" Laurent Pinchart -c84d90c97a08ef8f010fd15e9fa816b0847c7b3a6ce3d71914e2332ccd7a104f +cc7c398b3c7d02d42eb7966450aa97372c8fae119fa7bdae647b4d02bd5780f6
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.