diff for duplicates of <5151261.qkXBQVcIf9@avalon> diff --git a/a/1.txt b/N1/1.txt index 4f6366c..df009a4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > - for (i = 0, dreg = pfc->info->data_regs; dreg->reg; ++i, ++dreg) { > + for (i = 0, dreg = pfc->info->data_regs; dreg->reg_width; ++i, ++dreg) { > for (bit = 0; bit < dreg->reg_width; bit++) { -> if (dreg->enum_ids[bit] == pin->enum_id) { +> if (dreg->enum_ids[bit] = pin->enum_id) { > gpio_pin->dreg = i; -- diff --git a/a/content_digest b/N1/content_digest index 2b26d1a..ea0adfd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01425985583-26279-4-git-send-email-geert+renesas@glider.be\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v2 3/4] pinctrl: sh-pfc: Use reg_width instead of reg as sentinel\0" - "Date\0Thu, 12 Mar 2015 03:19:32 +0200\0" + "Date\0Thu, 12 Mar 2015 01:19:32 +0000\0" "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" "Cc\0Linus Walleij <linus.walleij@linaro.org>" linux-gpio@vger.kernel.org @@ -41,7 +41,7 @@ "> -\tfor (i = 0, dreg = pfc->info->data_regs; dreg->reg; ++i, ++dreg) {\n" "> +\tfor (i = 0, dreg = pfc->info->data_regs; dreg->reg_width; ++i, ++dreg) {\n" "> \t\tfor (bit = 0; bit < dreg->reg_width; bit++) {\n" - "> \t\t\tif (dreg->enum_ids[bit] == pin->enum_id) {\n" + "> \t\t\tif (dreg->enum_ids[bit] = pin->enum_id) {\n" "> \t\t\t\tgpio_pin->dreg = i;\n" "\n" "-- \n" @@ -49,4 +49,4 @@ "\n" Laurent Pinchart -5c51ef0f74130e7eda495f1c0dfbefc8e2ff1eeff1f8ec521e6a949957f0d9b1 +4fc45c59db90b78fbe29d0007a6b2a30218e017e733f8784e1e426da451ff6b9
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.