All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4D486E08.9000709@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 701926a..9fb5bb9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,9 +6,9 @@ On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote:
 > 	int ret = 0;
 >
 > 	mutex_lock(&clk->mutex);
-> 	if (clk->prepared = 0)
+> 	if (clk->prepared == 0)
 > 		ret = clk->ops->prepare(clk);
-> 	if (ret = 0)
+> 	if (ret == 0)
 > 		clk->prepared++;
 > 	mutex_unlock(&clk->mutex);
 >
diff --git a/a/content_digest b/N1/content_digest
index 6ee6e43..2e136f5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,9 +5,9 @@
  "ref\020110201143932.GK31216@n2100.arm.linux.org.uk\0"
  "ref\020110201151846.GD1147@pengutronix.de\0"
  "ref\020110201152458.GP31216@n2100.arm.linux.org.uk\0"
- "From\0Saravana Kannan <skannan@codeaurora.org>\0"
- "Subject\0Re: Locking in the clk API, part 2: clk_prepare/clk_unprepare\0"
- "Date\0Tue, 01 Feb 2011 20:33:12 +0000\0"
+ "From\0skannan@codeaurora.org (Saravana Kannan)\0"
+ "Subject\0Locking in the clk API, part 2: clk_prepare/clk_unprepare\0"
+ "Date\0Tue, 01 Feb 2011 12:33:12 -0800\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -19,9 +19,9 @@
  "> \tint ret = 0;\n"
  ">\n"
  "> \tmutex_lock(&clk->mutex);\n"
- "> \tif (clk->prepared = 0)\n"
+ "> \tif (clk->prepared == 0)\n"
  "> \t\tret = clk->ops->prepare(clk);\n"
- "> \tif (ret = 0)\n"
+ "> \tif (ret == 0)\n"
  "> \t\tclk->prepared++;\n"
  "> \tmutex_unlock(&clk->mutex);\n"
  ">\n"
@@ -59,4 +59,4 @@
  "Sent by an employee of the Qualcomm Innovation Center, Inc.\n"
  The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
 
-8b172b01c82ce4d4f4da9b6b15a8e3041a11c3897e9bca6cc586b787d4fe7fa7
+d44b8d66a4279a8f26ad02cf76b1392a39bce79ff1964974bc10bbdecf930306

diff --git a/a/1.txt b/N2/1.txt
index 701926a..9fb5bb9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,9 +6,9 @@ On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote:
 > 	int ret = 0;
 >
 > 	mutex_lock(&clk->mutex);
-> 	if (clk->prepared = 0)
+> 	if (clk->prepared == 0)
 > 		ret = clk->ops->prepare(clk);
-> 	if (ret = 0)
+> 	if (ret == 0)
 > 		clk->prepared++;
 > 	mutex_unlock(&clk->mutex);
 >
diff --git a/a/content_digest b/N2/content_digest
index 6ee6e43..d14e973 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,8 +7,21 @@
  "ref\020110201152458.GP31216@n2100.arm.linux.org.uk\0"
  "From\0Saravana Kannan <skannan@codeaurora.org>\0"
  "Subject\0Re: Locking in the clk API, part 2: clk_prepare/clk_unprepare\0"
- "Date\0Tue, 01 Feb 2011 20:33:12 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 01 Feb 2011 12:33:12 -0800\0"
+ "To\0Russell King - ARM Linux <linux@arm.linux.org.uk>\0"
+ "Cc\0Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>"
+  Nicolas Pitre <nicolas.pitre@linaro.org>
+  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
+  linux-sh@vger.kernel.org
+  Ben Herrenschmidt <benh@kernel.crashing.org>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  Paul Mundt <lethal@linux-sh.org>
+  linux-kernel@vger.kernel.org
+  Dima Zavin <dmitriyz@google.com>
+  Ben Dooks <ben-linux@fluff.org>
+  Vincent Guittot <vincent.guittot@linaro.org>
+  Jeremy Kerr <jeremy.kerr@canonical.com>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote:\n"
@@ -19,9 +32,9 @@
  "> \tint ret = 0;\n"
  ">\n"
  "> \tmutex_lock(&clk->mutex);\n"
- "> \tif (clk->prepared = 0)\n"
+ "> \tif (clk->prepared == 0)\n"
  "> \t\tret = clk->ops->prepare(clk);\n"
- "> \tif (ret = 0)\n"
+ "> \tif (ret == 0)\n"
  "> \t\tclk->prepared++;\n"
  "> \tmutex_unlock(&clk->mutex);\n"
  ">\n"
@@ -59,4 +72,4 @@
  "Sent by an employee of the Qualcomm Innovation Center, Inc.\n"
  The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
 
-8b172b01c82ce4d4f4da9b6b15a8e3041a11c3897e9bca6cc586b787d4fe7fa7
+e14ebf60ec6ef6167de9d5483420dcda7b4e93d8a0e86051564159acb505856c

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.