All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87zj57kve1.wl-ysato@users.sourceforge.jp>

diff --git a/a/1.txt b/N1/1.txt
index be5afd7..9eb0dfa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,14 +14,14 @@ Dan Carpenter wrote:
 > +++ b/drivers/clk/h8300/clk-h8s2678.c
 > @@ -107,13 +107,13 @@ static void __init h8s2678_pll_clk_setup(struct device_node *node)
 >  	pll_clock->sckcr = of_iomap(node, 0);
->  	if (pll_clock->sckcr = NULL) {
+>  	if (pll_clock->sckcr == NULL) {
 >  		pr_err("%s: failed to map divide register", clk_name);
 > -		goto error;
 > +		goto free_clock;
 >  	}
 >  
 >  	pll_clock->pllcr = of_iomap(node, 1);
->  	if (pll_clock->pllcr = NULL) {
+>  	if (pll_clock->pllcr == NULL) {
 >  		pr_err("%s: failed to map multiply register", clk_name);
 > -		goto error;
 > +		goto unmap_sckcr;
diff --git a/a/content_digest b/N1/content_digest
index 704d3a0..41c21d8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020150514100500.GA19426@mwanda\0"
  "From\0Yoshinori Sato <ysato@users.sourceforge.jp>\0"
  "Subject\0Re: [patch -next] clk: h8300: fix error handling in h8s2678_pll_clk_setup()\0"
- "Date\0Thu, 14 May 2015 15:53:58 +0000\0"
+ "Date\0Fri, 15 May 2015 00:53:58 +0900\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0Mike Turquette <mturquette@linaro.org>"
   Stephen Boyd <sboyd@codeaurora.org>
@@ -26,14 +26,14 @@
  "> +++ b/drivers/clk/h8300/clk-h8s2678.c\n"
  "> @@ -107,13 +107,13 @@ static void __init h8s2678_pll_clk_setup(struct device_node *node)\n"
  ">  \tpll_clock->sckcr = of_iomap(node, 0);\n"
- ">  \tif (pll_clock->sckcr = NULL) {\n"
+ ">  \tif (pll_clock->sckcr == NULL) {\n"
  ">  \t\tpr_err(\"%s: failed to map divide register\", clk_name);\n"
  "> -\t\tgoto error;\n"
  "> +\t\tgoto free_clock;\n"
  ">  \t}\n"
  ">  \n"
  ">  \tpll_clock->pllcr = of_iomap(node, 1);\n"
- ">  \tif (pll_clock->pllcr = NULL) {\n"
+ ">  \tif (pll_clock->pllcr == NULL) {\n"
  ">  \t\tpr_err(\"%s: failed to map multiply register\", clk_name);\n"
  "> -\t\tgoto error;\n"
  "> +\t\tgoto unmap_sckcr;\n"
@@ -86,4 +86,4 @@
  "Yoshinori Sato\n"
  <ysato@users.sourceforge.jp>
 
-d3a331eb5112caac02411fdc235b108e072fa72d2f464c75ecbfd292738d9e7d
+6698fdaf458caed377e81d545f6c710257fb8c179fa73519fde7ed3a99b76e56

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.