diff for duplicates of <20110425133211.3957.30006.sendpatchset@t400s> diff --git a/a/1.txt b/N1/1.txt index 6a1b107..b368b69 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,7 +48,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> - /* clk_get_rate() needs an enabled clock */ - clk_enable(p->clk); -- p->rate = clk_get_rate(p->clk) / ((p->width = 16) ? 512 : 8); +- p->rate = clk_get_rate(p->clk) / ((p->width == 16) ? 512 : 8); - clk_disable(p->clk); - - /* TODO: calculate good shift from rate and counter bit width */ diff --git a/a/content_digest b/N1/content_digest index 7dfa9ff..d4943bf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH] clocksource: sh_cmt: __clocksource_updatefreq_hz() update\0" - "Date\0Mon, 25 Apr 2011 13:32:11 +0000\0" + "Date\0Mon, 25 Apr 2011 22:32:11 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0johnstul@us.ibm.com" Magnus Damm <magnus.damm@gmail.com> @@ -59,7 +59,7 @@ " \n" "-\t/* clk_get_rate() needs an enabled clock */\n" "-\tclk_enable(p->clk);\n" - "-\tp->rate = clk_get_rate(p->clk) / ((p->width = 16) ? 512 : 8);\n" + "-\tp->rate = clk_get_rate(p->clk) / ((p->width == 16) ? 512 : 8);\n" "-\tclk_disable(p->clk);\n" "-\n" "-\t/* TODO: calculate good shift from rate and counter bit width */\n" @@ -75,4 +75,4 @@ " \treturn 0;\n" } -9a72b82c2e84d0d4c43bebd4a1f8f2e693febbcf1b4f36624a1fa47cb8e49445 +b35081424bbba80b329c1b31582e467bcca8a52668ba65ddccf59adc5f787a77
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.