diff for duplicates of <1598767.1mUcEZddqr@avalon> diff --git a/a/1.txt b/N1/1.txt index e8380af..174c6b8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On Friday, 26 January 2018 18:24:54 EET jacopo mondi 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 f16dbed..572f399 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020180126162454.GA11798@w540\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH] sh: clk: Relax clk rate match test\0" - "Date\0Mon, 29 Jan 2018 13:55:20 +0200\0" + "Date\0Mon, 29 Jan 2018 11:55:20 +0000\0" "To\0jacopo mondi <jacopo@jmondi.org>\0" "Cc\0Geert Uytterhoeven <geert@linux-m68k.org>" Jacopo Mondi <jacopo+renesas@jmondi.org> @@ -40,7 +40,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" @@ -129,4 +129,4 @@ "\n" Laurent Pinchart -80d9eb53e99c09591ed49257d24aa9c54e7d8b8345dab14470dcfcb7b3e70c2b +cb5e1ba4c9f04adf58c527833f2e71a07af7d239187aaa58bf2f4f5e151f1fc1
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.