All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090928162657.GC18957@atomide.com>

diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index cb951be..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/plain; charset=us-ascii
-Content-Disposition: inline; filename=out
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 6898039..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,25 +0,0 @@
->From 540b5c02fb265349fd41bb9030ec350f24f4c2b9 Mon Sep 17 00:00:00 2001
-From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
-Date: Mon, 28 Sep 2009 09:21:26 -0700
-Subject: [PATCH] omap: mailbox: Fix wrong condition check in while loop
-
-It's worked fine so far since reset is done for the first time.
-
-Reported-by: Juha Leppanen <juha_motorsportcom@luukku.com>
-Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
-Signed-off-by: Juha Leppanen <juha_motorsportcom@luukku.com>
-Signed-off-by: Tony Lindgren <tony@atomide.com>
-
-diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c
-index f3fefca..c035ad3 100644
---- a/arch/arm/mach-omap2/mailbox.c
-+++ b/arch/arm/mach-omap2/mailbox.c
-@@ -93,7 +93,7 @@ static int omap2_mbox_startup(struct omap_mbox *mbox)
- 		l = mbox_read_reg(MAILBOX_SYSSTATUS);
- 		if (l & RESETDONE)
- 			break;
--	} while (time_after(jiffies, timeout));
-+	} while (!time_after(jiffies, timeout));
- 
- 	if (!(l & RESETDONE)) {
- 		pr_err("Can't take mmu out of reset\n");
diff --git a/a/content_digest b/N1/content_digest
index 900dcdd..45fd867 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,43 +1,14 @@
  "ref\020090924233027.6065.95725.stgit@localhost\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
  "Subject\0[PATCH 13/12] omap: mailbox: Fix wrong condition check in while loop\0"
  "Date\0Mon, 28 Sep 2009 09:26:57 -0700\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0linux-omap@vger.kernel.org\0"
- "\01:1\0"
+ "\00:1\0"
  "b\0"
  "Here's one more fix for this series.\n"
  "\n"
  "Regards,\n"
  "\n"
  Tony
- "\01:2\0"
- "fn\0out\0"
- "b\0"
- ">From 540b5c02fb265349fd41bb9030ec350f24f4c2b9 Mon Sep 17 00:00:00 2001\n"
- "From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>\n"
- "Date: Mon, 28 Sep 2009 09:21:26 -0700\n"
- "Subject: [PATCH] omap: mailbox: Fix wrong condition check in while loop\n"
- "\n"
- "It's worked fine so far since reset is done for the first time.\n"
- "\n"
- "Reported-by: Juha Leppanen <juha_motorsportcom@luukku.com>\n"
- "Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>\n"
- "Signed-off-by: Juha Leppanen <juha_motorsportcom@luukku.com>\n"
- "Signed-off-by: Tony Lindgren <tony@atomide.com>\n"
- "\n"
- "diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c\n"
- "index f3fefca..c035ad3 100644\n"
- "--- a/arch/arm/mach-omap2/mailbox.c\n"
- "+++ b/arch/arm/mach-omap2/mailbox.c\n"
- "@@ -93,7 +93,7 @@ static int omap2_mbox_startup(struct omap_mbox *mbox)\n"
- " \t\tl = mbox_read_reg(MAILBOX_SYSSTATUS);\n"
- " \t\tif (l & RESETDONE)\n"
- " \t\t\tbreak;\n"
- "-\t} while (time_after(jiffies, timeout));\n"
- "+\t} while (!time_after(jiffies, timeout));\n"
- " \n"
- " \tif (!(l & RESETDONE)) {\n"
- " \t\tpr_err(\"Can't take mmu out of reset\\n\");"
 
-ff0d3b95a8eb55fdb77a37f746cf082e39343f89bace9b364ba7a575f6910ab6
+22f0116b531c814243d7ec986f51254b5c063f6b3a04c6c3b87938f1e7ee8b48

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.