diff for duplicates of <2421371.DIYxRydMzK@avalon> diff --git a/a/1.txt b/N1/1.txt index 73a36ee..b1aedcb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,7 +70,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > +Example > +------- > + -> +cpg_clocks: cpg_clocks@e6150000 { +> +cpg_clocks: cpg_clocks at e6150000 { > + compatible = "renesas,r8a7740-cpg-clocks"; > + reg = <0xe6150000 0x10000>; > + clocks = <&extal1_clk>, <&extal2_clk>, <&extalr_clk>; @@ -267,7 +267,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > + > + 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. > + */ @@ -280,7 +280,7 @@ Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > + 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 26498bd..e0de475 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01400768623-20076-1-git-send-email-ulrich.hecht+renesas@gmail.com\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH v4] clk: shmobile: Add R8A7740-specific clock support\0" - "Date\0Thu, 22 May 2014 23:29:41 +0000\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH v4] clk: shmobile: Add R8A7740-specific clock support\0" + "Date\0Fri, 23 May 2014 01:29:41 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -77,7 +77,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" "> + clocks = <&extal1_clk>, <&extal2_clk>, <&extalr_clk>;\n" @@ -274,7 +274,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" @@ -287,7 +287,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" @@ -315,4 +315,4 @@ "\n" Laurent Pinchart -12652bf51f60ab888aa748399021f276e3cc6d48902900711ecda0649e1ab0c2 +f4a2b24fbe297609dc4d7bca56446ff387a2484daf60876c091be536ab2646ec
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.