All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130218134803.17303.58317.sendpatchset@w520>

diff --git a/a/1.txt b/N1/1.txt
index 498422a..ef1bab6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -77,7 +77,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se>
 -	 * we don't allow CPU 0 to be shutdown (it is still too special
 -	 * e.g. clock tick interrupts)
 -	 */
--	return cpu = 0 ? -EPERM : 0;
+-	return cpu == 0 ? -EPERM : 0;
 -}
 -
 -int shmobile_cpu_disable_any(unsigned int cpu)
diff --git a/a/content_digest b/N1/content_digest
index 7dff89d..68a0211 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020130218134648.17303.97576.sendpatchset@w520\0"
- "From\0Magnus Damm <magnus.damm@gmail.com>\0"
+ "From\0magnus.damm@gmail.com (Magnus Damm)\0"
  "Subject\0[PATCH 08/08] ARM: shmobile: Remove unused hotplug.c\0"
- "Date\0Mon, 18 Feb 2013 13:48:03 +0000\0"
+ "Date\0Mon, 18 Feb 2013 22:48:03 +0900\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -84,7 +84,7 @@
  "-\t * we don't allow CPU 0 to be shutdown (it is still too special\n"
  "-\t * e.g. clock tick interrupts)\n"
  "-\t */\n"
- "-\treturn cpu = 0 ? -EPERM : 0;\n"
+ "-\treturn cpu == 0 ? -EPERM : 0;\n"
  "-}\n"
  "-\n"
  "-int shmobile_cpu_disable_any(unsigned int cpu)\n"
@@ -116,4 +116,4 @@
  " extern void __iomem *shmobile_scu_base;\n"
   extern void shmobile_smp_init_cpus(unsigned int ncores);
 
-eb931d0357f439acdd32c122e5b2d6e9d625cbd5be8d1f1ecf0fa06e94631787
+b85e4bce6887bf1df643e7ed73d767e8f545709166608902bd9460d9d6b5e9a7

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.