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

diff --git a/a/1.txt b/N1/1.txt
index 55d0cfe..d747457 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On 02/01/2011 07:28 AM, Russell King - ARM Linux wrote:
-> On Tue, Feb 01, 2011 at 04:22:03PM +0100, Uwe Kleine-König wrote:
+> On Tue, Feb 01, 2011 at 04:22:03PM +0100, Uwe Kleine-K?nig wrote:
 >> Full ack.  (I wonder if you misunderstood me or wanted to put my
 >> statement into more words.  Jassi didn't like that a clk_enable without
 >> a previous clk_prepare worked on some platforms and on others it
@@ -9,7 +9,7 @@ On 02/01/2011 07:28 AM, Russell King - ARM Linux wrote:
 > Even with a NULL clk->ops->prepare function, we still want drivers to
 > have called clk_prepare().  So we can do something like:
 >
-> 	if (WARN_ON(clk->prepare_count = 0))
+> 	if (WARN_ON(clk->prepare_count == 0))
 > 		return -EINVAL;
 >
 > in clk_enable() should be sufficient and noisy enough not to be missed.
diff --git a/a/content_digest b/N1/content_digest
index 0613a3c..7528ecf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,14 +5,14 @@
  "ref\020110201151418.GN31216@n2100.arm.linux.org.uk\0"
  "ref\020110201152203.GE1147@pengutronix.de\0"
  "ref\020110201152820.GQ31216@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:57:57 +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:57:57 -0800\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 02/01/2011 07:28 AM, Russell King - ARM Linux wrote:\n"
- "> On Tue, Feb 01, 2011 at 04:22:03PM +0100, Uwe Kleine-K\303\266nig wrote:\n"
+ "> On Tue, Feb 01, 2011 at 04:22:03PM +0100, Uwe Kleine-K?nig wrote:\n"
  ">> Full ack.  (I wonder if you misunderstood me or wanted to put my\n"
  ">> statement into more words.  Jassi didn't like that a clk_enable without\n"
  ">> a previous clk_prepare worked on some platforms and on others it\n"
@@ -22,7 +22,7 @@
  "> Even with a NULL clk->ops->prepare function, we still want drivers to\n"
  "> have called clk_prepare().  So we can do something like:\n"
  ">\n"
- "> \tif (WARN_ON(clk->prepare_count = 0))\n"
+ "> \tif (WARN_ON(clk->prepare_count == 0))\n"
  "> \t\treturn -EINVAL;\n"
  ">\n"
  "> in clk_enable() should be sufficient and noisy enough not to be missed.\n"
@@ -46,4 +46,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.
 
-78b8d663077da8a7af1a5d9a12ccdb9670da9fa6f0454bbd6309dba6744d052b
+6f8436e34a7c97dc6476f3a2090c2674d93ef168610e4f66584b4ea49aba5862

diff --git a/a/1.txt b/N2/1.txt
index 55d0cfe..cdd841c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -9,7 +9,7 @@ On 02/01/2011 07:28 AM, Russell King - ARM Linux wrote:
 > Even with a NULL clk->ops->prepare function, we still want drivers to
 > have called clk_prepare().  So we can do something like:
 >
-> 	if (WARN_ON(clk->prepare_count = 0))
+> 	if (WARN_ON(clk->prepare_count == 0))
 > 		return -EINVAL;
 >
 > in clk_enable() should be sufficient and noisy enough not to be missed.
diff --git a/a/content_digest b/N2/content_digest
index 0613a3c..aa9c911 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,8 +7,22 @@
  "ref\020110201152820.GQ31216@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:57:57 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 01 Feb 2011 12:57:57 -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>
+  Dima Zavin <dmitriyz@google.com>
+  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
+  linux-sh@vger.kernel.org
+  Ben Herrenschmidt <benh@kernel.crashing.org>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  Jassi Brar <jassisinghbrar@gmail.com>
+  linux-kernel@vger.kernel.org
+  Paul Mundt <lethal@linux-sh.org>
+  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:28 AM, Russell King - ARM Linux wrote:\n"
@@ -22,7 +36,7 @@
  "> Even with a NULL clk->ops->prepare function, we still want drivers to\n"
  "> have called clk_prepare().  So we can do something like:\n"
  ">\n"
- "> \tif (WARN_ON(clk->prepare_count = 0))\n"
+ "> \tif (WARN_ON(clk->prepare_count == 0))\n"
  "> \t\treturn -EINVAL;\n"
  ">\n"
  "> in clk_enable() should be sufficient and noisy enough not to be missed.\n"
@@ -46,4 +60,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.
 
-78b8d663077da8a7af1a5d9a12ccdb9670da9fa6f0454bbd6309dba6744d052b
+ee3e8ca0e2d5a1e04698534059ba6f90687f5052ee1a6c3e72f369b44f389b8e

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.