diff for duplicates of <20171211103307.GA14288@intel.com> diff --git a/a/1.txt b/N1/1.txt index 9df0ce8..f784eaf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ Reviewed-by: Sriram Periyasamy <sriramx.periyasamy@intel.com> > > - (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 6e38807..702af59 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020171211103944.GQ18649@localhost\0" "From\0Sriram Periyasamy <sriramx.periyasamy@intel.com>\0" "Subject\0Re: [PATCH] ASoC: Intel: Skylake: Re-order some code to silence a warning\0" - "Date\0Mon, 11 Dec 2017 16:03:07 +0530\0" + "Date\0Mon, 11 Dec 2017 10:45:07 +0000\0" "To\0Vinod Koul <vinod.koul@intel.com>\0" "Cc\0Dan Carpenter <dan.carpenter@oracle.com>" Liam Girdwood <lgirdwood@gmail.com> @@ -49,7 +49,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" @@ -58,4 +58,4 @@ "\n" -- -dc3060a01a8b241472f46f092bd62ec156eb86f0991b50ebe9412c84ef06ea64 +2525cb7a1d3dc1b31d5645e988f7cd84cc4ad9bd3a60a406e8cccbe347db1b5e
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.