diff for duplicates of <1512991223.25007.590.camel@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 69692eb..d17760c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On Fri, 2017-12-08 at 14:54 +0300, Dan Carpenter wrote: > - (j < SKL_MAX_CLK_RATES); j++) { > + for (j = 0; (j < SKL_MAX_CLK_RATES) && > + (sclk[id].rate_cfg[j].rate != 0); j++) { -> if (sclk[id].rate_cfg[j].rate == rate) { +> if (sclk[id].rate_cfg[j].rate = rate) { > present = true; > break; diff --git a/a/content_digest b/N1/content_digest index 472e9bd..1dd9293 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020171208115425.rqclgmhcph5gn47j@mwanda\0" "From\0Andy Shevchenko <andriy.shevchenko@linux.intel.com>\0" "Subject\0Re: [PATCH] ASoC: Intel: Skylake: Re-order some code to silence a warning\0" - "Date\0Mon, 11 Dec 2017 13:20:23 +0200\0" + "Date\0Mon, 11 Dec 2017 11:20:23 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" Liam Girdwood <lgirdwood@gmail.com> " Sriram Periyasamy <sriramx.periyasamy@intel.com>\0" @@ -33,7 +33,7 @@ "> -\t\t\t\t(j < SKL_MAX_CLK_RATES); j++) {\n" "> +\t\tfor (j = 0; (j < SKL_MAX_CLK_RATES) &&\n" "> +\t\t\t (sclk[id].rate_cfg[j].rate != 0); j++) {\n" - "> \t\t\tif (sclk[id].rate_cfg[j].rate == rate) {\n" + "> \t\t\tif (sclk[id].rate_cfg[j].rate = rate) {\n" "> \t\t\t\tpresent = true;\n" "> \t\t\t\tbreak;\n" "\n" @@ -45,4 +45,4 @@ "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n" Intel Finland Oy -05c473a0a917bab9893a67ef644022d75f84b8a74b8ec90dbf6b0794de0f9706 +053f10e112b04f431983e709db0881ad62fc1eeb05b2d566fd67e63480f6000e
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.