diff for duplicates of <1692617.kRMz5BT8ct@avalon> diff --git a/a/1.txt b/N1/1.txt index be59d18..d8eaf39 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -331,7 +331,7 @@ when/if needed. > + 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 2f00264..66ab498 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020150831124904.31057.19757.sendpatchset@little-apple\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v5 02/05] clk: shmobile: Add Renesas R-Car Gen3 CPG support\0" - "Date\0Tue, 01 Sep 2015 09:00:57 +0300\0" + "Date\0Tue, 01 Sep 2015 06:00:57 +0000\0" "To\0Magnus Damm <magnus.damm@gmail.com>\0" "Cc\0linux-clk@vger.kernel.org" kuninori.morimoto.gx@renesas.com @@ -347,7 +347,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" @@ -384,4 +384,4 @@ "\n" Laurent Pinchart -2471a372f905705a3a1c6a71de73a610cb7f7ad9e7109b24b74e2beea5c93bb0 +3319beffce5e08e4ee31860670145b03625dbf699cf97f2c82c9b603136bd7d5
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.