All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51DE802B.6090401@renesas.com>

diff --git a/a/1.txt b/N1/1.txt
index 294938e..1690823 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,7 +56,7 @@ index a1696f4..1ab4c04 100644
  	writel_relaxed(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;
 -		writel_relaxed(readl_relaxed(p + RESCNT) & ~mask, p + RESCNT);
 -	}
@@ -69,7 +69,7 @@ index a1696f4..1ab4c04 100644
  	writel_relaxed((readl_relaxed(carescnt) | mask) | magic, carescnt);
  
 -	/* disable clocks for cluster */
--	if (r8a7790_clst[clst_id].use_count = 1) {
+-	if (r8a7790_clst[clst_id].use_count == 1) {
 -		mask = 1 << r8a7790_clst[clst_id].rescnt_bit;
 -		writel_relaxed(readl_relaxed(p + RESCNT) | mask, p + RESCNT);
 -	}
diff --git a/a/content_digest b/N1/content_digest
index 811a25d..fb47751 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020130710104151.20742.56398.sendpatchset@w520\0"
  "ref\051DE7FF4.5050800@renesas.com\0"
- "From\0Shinya Kuribayashi <shinya.kuribayashi.px@renesas.com>\0"
+ "From\0shinya.kuribayashi.px@renesas.com (Shinya Kuribayashi)\0"
  "Subject\0[PATCH 1/4] ARM: shmobile: smp-r8a7790: remove the obsolete RESCNT register\0"
- "Date\0Thu, 11 Jul 2013 09:51:39 +0000\0"
+ "Date\0Thu, 11 Jul 2013 18:51:39 +0900\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -64,7 +64,7 @@
  " \twritel_relaxed(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\twritel_relaxed(readl_relaxed(p + RESCNT) & ~mask, p + RESCNT);\n"
  "-\t}\n"
@@ -77,7 +77,7 @@
  " \twritel_relaxed((readl_relaxed(carescnt) | mask) | magic, carescnt);\n"
  " \n"
  "-\t/* disable clocks for cluster */\n"
- "-\tif (r8a7790_clst[clst_id].use_count = 1) {\n"
+ "-\tif (r8a7790_clst[clst_id].use_count == 1) {\n"
  "-\t\tmask = 1 << r8a7790_clst[clst_id].rescnt_bit;\n"
  "-\t\twritel_relaxed(readl_relaxed(p + RESCNT) | mask, p + RESCNT);\n"
  "-\t}\n"
@@ -100,4 +100,4 @@
  "-- \n"
  1.8.3.2
 
-6309f4cd526d7b9c95455b3301022bad187b0f2ce1b40ce036464b67b216e485
+8761a0ec49356bf36f25cb15afa742fe0353d5ec93feecea1cc1d25224c8769a

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.