diff for duplicates of <20180125141407.GH17416@w540> diff --git a/a/1.txt b/N1/1.txt index d302626..3fef265 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -61,7 +61,7 @@ On Thu, Jan 25, 2018 at 02:53:41PM +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) @@ -92,7 +92,7 @@ not clk_set_rate() if I understand this right? > come from? > ->From board initialization code, in order to provide a valid input +From board initialization code, in order to provide a valid input clock to OV7720 sensor. The 10MHz seems like a workaround put in place to remove some diff --git a/a/content_digest b/N1/content_digest index 02692a2..79552b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0CAMuHMdVZpAB+Xu4trs0Eaiygk1WD7DPzKr3ehF-kugB5Fbps2g@mail.gmail.com\0" "From\0jacopo mondi <jacopo@jmondi.org>\0" "Subject\0Re: [PATCH] sh: clk: Relax clk rate match test\0" - "Date\0Thu, 25 Jan 2018 15:14:07 +0100\0" + "Date\0Thu, 25 Jan 2018 14:14:07 +0000\0" "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" Magnus Damm <magnus.damm@gmail.com> @@ -80,7 +80,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" @@ -111,7 +111,7 @@ "> come from?\n" ">\n" "\n" - ">From board initialization code, in order to provide a valid input\n" + "From board initialization code, in order to provide a valid input\n" "clock to OV7720 sensor.\n" "\n" "The 10MHz seems like a workaround put in place to remove some\n" @@ -139,4 +139,4 @@ "> when I'm talking to journalists I just say \"programmer\" or something like that.\n" > -- Linus Torvalds -77329bb4c8987598bd37975d24ce3a6cfcdb8a295716fc955d3a5dd5c44abe4b +60f050ba9c08db82ad495888f1ca1ad0dbec61e6acedb8bf68ef017b1b80e09f
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.