diff for duplicates of <20140523042637.9521.42796@quantum> diff --git a/a/1.txt b/N1/1.txt index eeee1f6..119d579 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -79,7 +79,7 @@ Mike > > +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>; @@ -276,7 +276,7 @@ Mike > > + > > + 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. > > + */ @@ -289,7 +289,7 @@ Mike > > + 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 047b9bd..64893ab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01400768623-20076-1-git-send-email-ulrich.hecht+renesas@gmail.com\0" "ref\02421371.DIYxRydMzK@avalon\0" - "From\0Mike Turquette <mturquette@linaro.org>\0" - "Subject\0Re: [PATCH v4] clk: shmobile: Add R8A7740-specific clock support\0" - "Date\0Fri, 23 May 2014 04:26:37 +0000\0" + "From\0mturquette@linaro.org (Mike Turquette)\0" + "Subject\0[PATCH v4] clk: shmobile: Add R8A7740-specific clock support\0" + "Date\0Thu, 22 May 2014 21:26:37 -0700\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -87,7 +87,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" @@ -284,7 +284,7 @@ "> > +\n" "> > + cpg = kzalloc(sizeof(*cpg), GFP_KERNEL);\n" "> > + clks = kzalloc(num_clks * sizeof(*clks), GFP_KERNEL);\n" - "> > + if (cpg = NULL || clks = NULL) {\n" + "> > + if (cpg == NULL || clks == NULL) {\n" "> > + /* We're leaking memory on purpose, there's no point in cleaning\n" "> > + * up as the system won't boot anyway.\n" "> > + */\n" @@ -297,7 +297,7 @@ "> > + cpg->data.clk_num = num_clks;\n" "> > +\n" "> > + cpg->reg = of_iomap(np, 0);\n" - "> > + if (WARN_ON(cpg->reg = NULL))\n" + "> > + if (WARN_ON(cpg->reg == NULL))\n" "> > + return;\n" "> > +\n" "> > + for (i = 0; i < num_clks; ++i) {\n" @@ -326,4 +326,4 @@ "> Laurent Pinchart\n" > -7bc52be2b97dc2e8577c848f7ae1b520275459c0c05d271e05acc1e3a572b906 +e2bfcfdb8e9a7cfb09ac8df54aba122264be47858c628acaecf2805bcde80486
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.