diff for duplicates of <51BF612B.6030900@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 3dc8488..2ea30a1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,6 +37,6 @@ On 06/17/2013 11:15 PM, Laurent Pinchart wrote: > + } else if (IS_ENABLED(CONFIG_OF) && np) { > ret = of_parse_phandle_with_args(np, "gpio-ranges", > "#gpio-range-cells", 0, &args); -> p->config.number_of_pins = ret = 0 && args.args_count = 3 +> p->config.number_of_pins = ret == 0 && args.args_count == 3 WBR, Sergei diff --git a/a/content_digest b/N1/content_digest index 4581470..4bc274a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01371496527-13149-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0" "ref\01371496527-13149-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0" - "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" - "Subject\0Re: [PATCH 2/2] gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections\0" - "Date\0Mon, 17 Jun 2013 19:19:07 +0000\0" + "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0" + "Subject\0[PATCH 2/2] gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections\0" + "Date\0Mon, 17 Jun 2013 23:19:07 +0400\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -45,8 +45,8 @@ "> +\t} else if (IS_ENABLED(CONFIG_OF) && np) {\n" "> \t\tret = of_parse_phandle_with_args(np, \"gpio-ranges\",\n" "> \t\t\t\t\"#gpio-range-cells\", 0, &args);\n" - "> \t\tp->config.number_of_pins = ret = 0 && args.args_count = 3\n" + "> \t\tp->config.number_of_pins = ret == 0 && args.args_count == 3\n" "\n" WBR, Sergei -ae3eefbffa376252c1b34585f73cd30bb41fcdb12db8d94af9b5fb9a6a85c5d4 +0249639f71b802949c6da9215de7825c7aae3a7c851e85cc89e7ede6def6776a
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.