diff for duplicates of <51DA22D9.10703@renesas.com> diff --git a/a/1.txt b/N1/1.txt index f685b88..0b1be10 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -78,7 +78,7 @@ Therefore ioremap size for RST should be updated accordingly. > + __raw_writel(bar | 0x10, p + r8a7790_clst[clst_id].cabar); > + > + /* enable clocks for cluster */ -> + if (r8a7790_clst[clst_id].use_count++ = 0) { +> + if (r8a7790_clst[clst_id].use_count++ == 0) { > + mask = 1 << r8a7790_clst[clst_id].rescnt_bit; > + __raw_writel(__raw_readl(p + RESCNT) & ~mask, p + RESCNT); > + } diff --git a/a/content_digest b/N1/content_digest index 49aec4b..eaac656 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130701061340.22064.93012.sendpatchset@w520\0" - "From\0Shinya Kuribayashi <shinya.kuribayashi.px@renesas.com>\0" - "Subject\0Re: [PATCH] ARM: shmobile: r8a7790 SMP prototype v3\0" - "Date\0Mon, 08 Jul 2013 02:24:25 +0000\0" + "From\0shinya.kuribayashi.px@renesas.com (Shinya Kuribayashi)\0" + "Subject\0[PATCH] ARM: shmobile: r8a7790 SMP prototype v3\0" + "Date\0Mon, 08 Jul 2013 11:24:25 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -85,7 +85,7 @@ "> +\t__raw_writel(bar | 0x10, p + r8a7790_clst[clst_id].cabar);\n" "> +\n" "> +\t/* enable clocks for cluster */\n" - "> +\tif (r8a7790_clst[clst_id].use_count++ = 0) {\n" + "> +\tif (r8a7790_clst[clst_id].use_count++ == 0) {\n" "> +\t\tmask = 1 << r8a7790_clst[clst_id].rescnt_bit;\n" "> +\t\t__raw_writel(__raw_readl(p + RESCNT) & ~mask, p + RESCNT);\n" "> +\t}\n" @@ -112,4 +112,4 @@ "Shinya Kuribayashi\n" Renesas Electronics -b676c7b1f96b68ddabcf95741c972676c95248e216690c808a27be0c17efec48 +5c65ef5e7f16edeb5d8b994e7101a05e93f44b7fdc3fc530274c54fd32b6659b
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.