All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150829091346.28546.42552.sendpatchset@little-apple>

diff --git a/a/1.txt b/N1/1.txt
index 03f725e..1018657 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -290,7 +290,7 @@ Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
 +
 +	cpg = kzalloc(sizeof(*cpg), GFP_KERNEL);
 +	clks = kcalloc(num_clks, sizeof(*clks), GFP_KERNEL);
-+	if (cpg == NULL || clks == NULL) {
++	if (cpg = NULL || clks = NULL) {
 +		kfree(cpg);
 +		kfree(clks);
 +		pr_err("%s: failed to allocate cpg\n", __func__);
@@ -303,7 +303,7 @@ Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
 +	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;
 +
 +	config = &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)];
diff --git a/a/content_digest b/N1/content_digest
index e3f67fb..ba5cb86 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,17 @@
  "ref\020150829091323.28546.28287.sendpatchset@little-apple\0"
  "From\0Magnus Damm <magnus.damm@gmail.com>\0"
  "Subject\0[PATCH v4 02/05] clk: shmobile: Add Renesas R-Car Gen3 CPG support\0"
- "Date\0Sat, 29 Aug 2015 18:13:46 +0900\0"
+ "Date\0Sat, 29 Aug 2015 09:13:46 +0000\0"
  "To\0linux-clk@vger.kernel.org\0"
  "Cc\0kuninori.morimoto.gx@renesas.com"
- gaku.inami.xw@bp.renesas.com
- mturquette@baylibre.com
- linux-sh@vger.kernel.org
- sboyd@codeaurora.org
- horms@verge.net.au
- geert@linux-m68k.org
- laurent.pinchart@ideasonboard.com
- "Magnus Damm <magnus.damm@gmail.com>\0"
+  gaku.inami.xw@bp.renesas.com
+  mturquette@baylibre.com
+  linux-sh@vger.kernel.org
+  sboyd@codeaurora.org
+  horms@verge.net.au
+  geert@linux-m68k.org
+  laurent.pinchart@ideasonboard.com
+ " Magnus Damm <magnus.damm@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "From: Gaku Inami <gaku.inami.xw@bp.renesas.com>\n"
@@ -306,7 +306,7 @@
  "+\n"
  "+\tcpg = kzalloc(sizeof(*cpg), GFP_KERNEL);\n"
  "+\tclks = kcalloc(num_clks, sizeof(*clks), GFP_KERNEL);\n"
- "+\tif (cpg == NULL || clks == NULL) {\n"
+ "+\tif (cpg = NULL || clks = NULL) {\n"
  "+\t\tkfree(cpg);\n"
  "+\t\tkfree(clks);\n"
  "+\t\tpr_err(\"%s: failed to allocate cpg\\n\", __func__);\n"
@@ -319,7 +319,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"
  "+\tconfig = &cpg_pll_configs[CPG_PLL_CONFIG_INDEX(cpg_mode)];\n"
@@ -351,4 +351,4 @@
  "+CLK_OF_DECLARE(rcar_gen3_cpg_clks, \"renesas,rcar-gen3-cpg-clocks\",\n"
  "+\t       rcar_gen3_cpg_clocks_init);"
 
-2fe4332130e81d40526fecc1fd76cc01d0342dda2813825368f7419e499972ce
+bddc4e5d254613d128e16f3003c3ca2342839e6d61c8135b5355959230486a0a

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.