diff for duplicates of <20140519074155.GO15585@mwanda> diff --git a/a/1.txt b/N1/1.txt index d250880..a57e6e2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ On Mon, May 19, 2014 at 06:31:05AM +0200, Julia Lawall wrote: > @@ -55,7 +55,7 @@ static int dra7_apll_enable(struct clk_hw *hw) > v = ti_clk_ll_ops->clk_readl(ad->idlest_reg); > -> if ((v & ad->idlest_mask) = state) +> if ((v & ad->idlest_mask) == state) > - return r; > + return 0; > @@ -65,8 +65,8 @@ On Mon, May 19, 2014 at 06:31:05AM +0200, Julia Lawall wrote: > udelay(1); > } > -> - if (i = MAX_APLL_WAIT_TRIES) { -> + if (i = MAX_APLL_WAIT_TRIES) +> - if (i == MAX_APLL_WAIT_TRIES) { +> + if (i == MAX_APLL_WAIT_TRIES) > pr_warn("clock: %s failed transition to '%s'\n", > clk_name, (state) ? "locked" : "bypassed"); > - } else { diff --git a/a/content_digest b/N1/content_digest index d43ef77..3f89fc1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01400473875-22228-4-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH 3/13] CLK: TI: DRA7: make return of 0 explicit\0" - "Date\0Mon, 19 May 2014 07:41:55 +0000\0" + "Date\0Mon, 19 May 2014 10:41:55 +0300\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Mike Turquette <mturquette@linaro.org>" kernel-janitors@vger.kernel.org @@ -68,7 +68,7 @@ "> @@ -55,7 +55,7 @@ static int dra7_apll_enable(struct clk_hw *hw)\n" "> \tv = ti_clk_ll_ops->clk_readl(ad->idlest_reg);\n" "> \n" - "> \tif ((v & ad->idlest_mask) = state)\n" + "> \tif ((v & ad->idlest_mask) == state)\n" "> -\t\treturn r;\n" "> +\t\treturn 0;\n" "> \n" @@ -78,8 +78,8 @@ "> \t\tudelay(1);\n" "> \t}\n" "> \n" - "> -\tif (i = MAX_APLL_WAIT_TRIES) {\n" - "> +\tif (i = MAX_APLL_WAIT_TRIES)\n" + "> -\tif (i == MAX_APLL_WAIT_TRIES) {\n" + "> +\tif (i == MAX_APLL_WAIT_TRIES)\n" "> \t\tpr_warn(\"clock: %s failed transition to '%s'\\n\",\n" "> \t\t\tclk_name, (state) ? \"locked\" : \"bypassed\");\n" "> -\t} else {\n" @@ -101,4 +101,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -2ff9672599452a293090be76eebc2586cb3fd528e130028735a4f989a7a7f9a9 +35b17d60c58564ee7871f7394b4e4aae19a60cda38b7ab17b42ae5282a3c77d0
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.