diff for duplicates of <20171211103944.GQ18649@localhost> diff --git a/a/1.txt b/N1/1.txt index 377dc20..bb2e49c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ Acked-By: Vinod Koul <vinod.koul@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 375a7fb..2c3500f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020171208115425.rqclgmhcph5gn47j@mwanda\0" "From\0Vinod Koul <vinod.koul@intel.com>\0" "Subject\0Re: [PATCH] ASoC: Intel: Skylake: Re-order some code to silence a warning\0" - "Date\0Mon, 11 Dec 2017 16:09:44 +0530\0" + "Date\0Mon, 11 Dec 2017 10:51:44 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Liam Girdwood <lgirdwood@gmail.com>" Sriram Periyasamy <sriramx.periyasamy@intel.com> @@ -44,11 +44,11 @@ "> -\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" "-- \n" ~Vinod -387205db28f3da9397c69a63940b8fdeb98ffef8ab05897f6b4d70235b220be4 +f3b1cf2c3342c88a18c587b4303c1531367ac88f569ea6b0f0fc9a2ed3c36493
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.