diff for duplicates of <12260553.nd9Kq07kR3@avalon> diff --git a/a/1.txt b/N1/1.txt index e5deaa0..0bf0374 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -78,7 +78,7 @@ Non-static functions deserve a bit of documentation :-) > - * 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; @@ -172,7 +172,7 @@ kmalloc_array() above fails. > + 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 fcd7508..af4cc43 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01444999760-15750-4-git-send-email-geert+renesas@glider.be\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v4 3/5] [RFC] clk: shmobile: div6: Extract cpg_div6_register()\0" - "Date\0Fri, 23 Oct 2015 14:28:43 +0300\0" + "Date\0Fri, 23 Oct 2015 11:28:43 +0000\0" "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" "Cc\0Michael Turquette <mturquette@baylibre.com>" Stephen Boyd <sboyd@codeaurora.org> @@ -98,7 +98,7 @@ "> -\t * 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" @@ -192,7 +192,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" @@ -237,4 +237,4 @@ "\n" Laurent Pinchart -4287d5742b50b3e3c6dd82adcd8e40d7cac78dad3e31710d8b3faad410130e97 +212b31da45a6cb3bde6b93d416a3857af7f85e266830bec1db1ffae82fe2658a
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.