diff for duplicates of <1768296.AYVfH6xHtk@avalon> diff --git a/a/1.txt b/N1/1.txt index 118ea90..c9563c1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -72,7 +72,7 @@ Would it make sense to document the bits here ? > +Example > +------- > + -> +cpg_clocks: cpg_clocks@e6150000 { +> +cpg_clocks: cpg_clocks at e6150000 { > + compatible = "renesas,r8a7740-cpg-clocks"; > + reg = <0xe6150000 0x10000>; @@ -287,7 +287,7 @@ here ? > + > + cpg = kzalloc(sizeof(*cpg), GFP_KERNEL); > + clks = kzalloc(num_clks * sizeof(*clks), GFP_KERNEL); -> + if (cpg = NULL || clks = NULL) { +> + if (cpg == NULL || clks == NULL) { > + /* We're leaking memory on purpose, there's no point in cleaning > + * up as the system won't boot anyway. > + */ @@ -300,7 +300,7 @@ here ? > + cpg->data.clk_num = num_clks; > + > + cpg->reg = of_iomap(np, 0); -> + if (WARN_ON(cpg->reg = NULL)) +> + if (WARN_ON(cpg->reg == NULL)) > + return; > + > + for (i = 0; i < num_clks; ++i) { diff --git a/a/content_digest b/N1/content_digest index 6ad7b1e..a94fb84 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01400682086-5705-1-git-send-email-ulrich.hecht+renesas@gmail.com\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH v3] clk: shmobile: Add R8A7740-specific clock support\0" - "Date\0Wed, 21 May 2014 15:41:59 +0000\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH v3] clk: shmobile: Add R8A7740-specific clock support\0" + "Date\0Wed, 21 May 2014 17:41:59 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -79,7 +79,7 @@ "> +Example\n" "> +-------\n" "> +\n" - "> +cpg_clocks: cpg_clocks@e6150000 {\n" + "> +cpg_clocks: cpg_clocks at e6150000 {\n" "> + compatible = \"renesas,r8a7740-cpg-clocks\";\n" "> + reg = <0xe6150000 0x10000>;\n" "\n" @@ -294,7 +294,7 @@ "> +\n" "> +\tcpg = kzalloc(sizeof(*cpg), GFP_KERNEL);\n" "> +\tclks = kzalloc(num_clks * sizeof(*clks), GFP_KERNEL);\n" - "> +\tif (cpg = NULL || clks = NULL) {\n" + "> +\tif (cpg == NULL || clks == NULL) {\n" "> +\t\t/* We're leaking memory on purpose, there's no point in cleaning\n" "> +\t\t * up as the system won't boot anyway.\n" "> +\t\t */\n" @@ -307,7 +307,7 @@ "> +\tcpg->data.clk_num = num_clks;\n" "> +\n" "> +\tcpg->reg = of_iomap(np, 0);\n" - "> +\tif (WARN_ON(cpg->reg = NULL))\n" + "> +\tif (WARN_ON(cpg->reg == NULL))\n" "> +\t\treturn;\n" "> +\n" "> +\tfor (i = 0; i < num_clks; ++i) {\n" @@ -335,4 +335,4 @@ "\n" Laurent Pinchart -bff71a7fa4539abe858ae90cff4b0d2a673f99d937b62e4c209da934417214e5 +43ef4d0113871b2cc4dfde4a57320127b565a800071c913d790415331bf2f53f
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.