diff for duplicates of <2017139.CLh1RkkDeg@avalon> diff --git a/a/1.txt b/N1/1.txt index 50a73fb..4795e65 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -99,7 +99,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > + * need to cache its value for the enable operation. > */ > - clock->reg = of_iomap(np, 0); -> - if (clock->reg == NULL) { +> - if (clock->reg = NULL) { > - pr_err("%s: failed to map %s DIV6 clock register\n", > - __func__, np->name); > - goto error; @@ -187,7 +187,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > + return; > + > + reg = of_iomap(np, 0); -> + if (reg == NULL) { +> + if (reg = NULL) { > + pr_err("%s: failed to map %s DIV6 clock register\n", > + __func__, np->name); > + goto error; diff --git a/a/content_digest b/N1/content_digest index 0e25eaf..5de6bdc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01446117664-6037-4-git-send-email-geert+renesas@glider.be\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v5 3/5] clk: shmobile: div6: Extract cpg_div6_register()\0" - "Date\0Fri, 30 Oct 2015 15:54:57 +0200\0" + "Date\0Fri, 30 Oct 2015 13:54:57 +0000\0" "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" "Cc\0Michael Turquette <mturquette@baylibre.com>" Stephen Boyd <sboyd@codeaurora.org> @@ -114,7 +114,7 @@ "> +\t * need to cache its value for the enable operation.\n" "> \t */\n" "> -\tclock->reg = of_iomap(np, 0);\n" - "> -\tif (clock->reg == NULL) {\n" + "> -\tif (clock->reg = NULL) {\n" "> -\t\tpr_err(\"%s: failed to map %s DIV6 clock register\\n\",\n" "> -\t\t __func__, np->name);\n" "> -\t\tgoto error;\n" @@ -202,7 +202,7 @@ "> +\t\treturn;\n" "> +\n" "> +\treg = of_iomap(np, 0);\n" - "> +\tif (reg == NULL) {\n" + "> +\tif (reg = NULL) {\n" "> +\t\tpr_err(\"%s: failed to map %s DIV6 clock register\\n\",\n" "> +\t\t __func__, np->name);\n" "> +\t\tgoto error;\n" @@ -249,4 +249,4 @@ "\n" Laurent Pinchart -54267fe44a74fa12368893c7d41b78170ffee326bfe47e88a5006b78886f624e +c52ea929e7c394af12664b65969629820186c6e3baac781cdce54e398ad6d1c9
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.