diff for duplicates of <5475CDD2.1010104@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index c2d5cb6..40beb4b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,8 +30,8 @@ On 11/26/2014 9:19 AM, Takanari Hayama wrote: > for (i = 0; i < pipe->num_inputs; ++i) { > struct vsp1_rwpf *input = pipe->inputs[i]; > -> - srcrpf |= pipe->num_inputs = 1 -> + srcrpf |= ((!pipe->bru) && (pipe->num_inputs = 1)) +> - srcrpf |= pipe->num_inputs == 1 +> + srcrpf |= ((!pipe->bru) && (pipe->num_inputs == 1)) Inner parens not needed, especially in the first case. diff --git a/a/content_digest b/N1/content_digest index cb5f299..7c15180 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01416982792-11917-3-git-send-email-taki@igel.co.jp\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH 2/2] v4l: vsp1: Always enable virtual RPF when BRU is in use\0" - "Date\0Wed, 26 Nov 2014 12:55:46 +0000\0" + "Date\0Wed, 26 Nov 2014 15:55:46 +0300\0" "To\0Takanari Hayama <taki@igel.co.jp>" " linux-media@vger.kernel.org\0" "Cc\0linux-sh@vger.kernel.org\0" @@ -40,8 +40,8 @@ "> \tfor (i = 0; i < pipe->num_inputs; ++i) {\n" "> \t\tstruct vsp1_rwpf *input = pipe->inputs[i];\n" ">\n" - "> -\t\tsrcrpf |= pipe->num_inputs = 1\n" - "> +\t\tsrcrpf |= ((!pipe->bru) && (pipe->num_inputs = 1))\n" + "> -\t\tsrcrpf |= pipe->num_inputs == 1\n" + "> +\t\tsrcrpf |= ((!pipe->bru) && (pipe->num_inputs == 1))\n" "\n" " Inner parens not needed, especially in the first case.\n" "\n" @@ -58,4 +58,4 @@ "\n" WBR, Sergei -feda05cfc26e57f9eacb2ff2ea001be509b5197c1d04963648202c1c93e0e807 +0e32b0ef5ae36f13a88b0b4dcf69d9c6881434215984e3d88cb72edb2122805a
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.