diff for duplicates of <20150825224638.GL19120@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index da4ab29..3df2dfa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -134,7 +134,7 @@ Why isn't this local to the only function that uses it? kcalloc() -> + 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. > + */ @@ -152,7 +152,7 @@ delete this comment and replace it with two calls to kfree(). > + 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 1de1a6b..150f801 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\087k2sj7tzs.wl%kuninori.morimoto.gx@renesas.com\0" "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: [PATCH 1/2] clk: shmobile: add Renesas R-Car Gen3 CPG support\0" - "Date\0Tue, 25 Aug 2015 15:46:38 -0700\0" + "Date\0Tue, 25 Aug 2015 22:46:38 +0000\0" "To\0Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>\0" "Cc\0Michael Turquette <mturquette@baylibre.com>" Simon Horman <horms+renesas@verge.net.au> @@ -149,7 +149,7 @@ "\n" "kcalloc()\n" "\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" @@ -167,7 +167,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" @@ -211,4 +211,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" a Linux Foundation Collaborative Project -c85518ba1ad5bda056ce66195a3cc6979d90701c0279b849bdc2550b73d3ea33 +1305b53d0cb8ee3e7e079ec4e39ab649ab591524c4cdb07947545ca9b64ac998
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.