diff for duplicates of <20121214055400.10081.66986.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index deaf208..f6911c3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -106,7 +106,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> @@ -173,14 +212,14 @@ static int sh_cmt_enable(struct sh_cmt_p /* configure channel, periodic mode and maximum timeout */ - if (p->width = 16) { + if (p->width == 16) { *rate = clk_get_rate(p->clk) / 512; - sh_cmt_write(p, CMCSR, 0x43); + sh_cmt_write_cmcsr(p, 0x43); diff --git a/a/content_digest b/N1/content_digest index c00338f..2c855ea 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020121214055323.10081.12056.sendpatchset@w520\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH 04/08] clocksource: sh_cmt: Introduce per-register functions\0" - "Date\0Fri, 14 Dec 2012 05:54:00 +0000\0" + "Date\0Fri, 14 Dec 2012 14:54:00 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-sh@vger.kernel.org" johnstul@us.ibm.com @@ -119,7 +119,7 @@ " \n" "@@ -173,14 +212,14 @@ static int sh_cmt_enable(struct sh_cmt_p\n" " \t/* configure channel, periodic mode and maximum timeout */\n" - " \tif (p->width = 16) {\n" + " \tif (p->width == 16) {\n" " \t\t*rate = clk_get_rate(p->clk) / 512;\n" "-\t\tsh_cmt_write(p, CMCSR, 0x43);\n" "+\t\tsh_cmt_write_cmcsr(p, 0x43);\n" @@ -179,4 +179,4 @@ " \t/* update clock source counter to begin with if enabled\n" " \t * the wrap flag should be cleared by the timer specific" -baf1463c19af8a588badf83e74875ea6590f29274c29986e9d290c3f3c0dcf81 +a05f6e26d566b4d8a6ea1a637cd7213c2399503d03650a45898556ebdd04ce13
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.