diff for duplicates of <20180126162454.GA11798@w540> diff --git a/a/1.txt b/N1/1.txt index 91fb29d..a21a3b8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Thu, Jan 25, 2018 at 03:39:32PM +0100, Geert Uytterhoeven wrote: > >> > struct cpufreq_frequency_table *pos; > >> > > >> > - cpufreq_for_each_valid_entry(pos, freq_table) -> >> > - if (pos->frequency == rate) +> >> > - if (pos->frequency = rate) > >> > - return pos - freq_table; > >> > + cpufreq_for_each_valid_entry(pos, freq_table) { > >> > + if (pos->frequency > rate) diff --git a/a/content_digest b/N1/content_digest index 16ef70d..213a7df 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0CAMuHMdWi=s=9oAA5YdPrZA=RjnPfh2YBiPOGQXu1ksj2srxZfA@mail.gmail.com\0" "From\0jacopo mondi <jacopo@jmondi.org>\0" "Subject\0Re: [PATCH] sh: clk: Relax clk rate match test\0" - "Date\0Fri, 26 Jan 2018 17:24:54 +0100\0" + "Date\0Fri, 26 Jan 2018 16:24:54 +0000\0" "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" Magnus Damm <magnus.damm@gmail.com> @@ -37,7 +37,7 @@ "> >> > struct cpufreq_frequency_table *pos;\n" "> >> >\n" "> >> > - cpufreq_for_each_valid_entry(pos, freq_table)\n" - "> >> > - if (pos->frequency == rate)\n" + "> >> > - if (pos->frequency = rate)\n" "> >> > - return pos - freq_table;\n" "> >> > + cpufreq_for_each_valid_entry(pos, freq_table) {\n" "> >> > + if (pos->frequency > rate)\n" @@ -101,4 +101,4 @@ "> when I'm talking to journalists I just say \"programmer\" or something like that.\n" > -- Linus Torvalds -f58fc633c85da360e39ea58ea59317800c2ec52378eaf9e34485aade377ad920 +63505f0509b1dc2cddc32bd1c81135ddda3114cf532c1dbd3042962120d7dc1c
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.