All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54DE65C6.8000304@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index ea86326..89130f0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ On 02/13/15 12:54, Magnus Damm wrote:
 >>>> -static int r8a7779_cpu_disable(unsigned int cpu)
 >>>> -{
 >>>> -    /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */
->>>> -    return cpu = 0 ? -EPERM : 0;
+>>>> -    return cpu == 0 ? -EPERM : 0;
 >>>> -}
 >>>>  #endif /* CONFIG_HOTPLUG_CPU */
 >>>>
diff --git a/a/content_digest b/N1/content_digest
index b60762d..b1ef284 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,9 +2,9 @@
  "ref\020150213202002.GB29727@verge.net.au\0"
  "ref\054DE5D3A.5070104@codeaurora.org\0"
  "ref\0CANqRtoSOBf3ZCKdKYta-P2q==ZMHk=VZgfEztPJ+uaKQtkBWjg@mail.gmail.com\0"
- "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
- "Subject\0Re: [PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Fri, 13 Feb 2015 20:59:50 +0000\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
+ "Subject\0[PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
+ "Date\0Fri, 13 Feb 2015 12:59:50 -0800\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -28,7 +28,7 @@
  ">>>> -static int r8a7779_cpu_disable(unsigned int cpu)\n"
  ">>>> -{\n"
  ">>>> -    /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */\n"
- ">>>> -    return cpu = 0 ? -EPERM : 0;\n"
+ ">>>> -    return cpu == 0 ? -EPERM : 0;\n"
  ">>>> -}\n"
  ">>>>  #endif /* CONFIG_HOTPLUG_CPU */\n"
  ">>>>\n"
@@ -61,4 +61,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-a2bce87fefcb8bf40e92ca5afcfaca5d7dce7eebb5aee130d0dc9e25b2c4378d
+eee2d9f233a303fd24f6fe2adfbd24e10dbd86326ea6d57cea53b77557c39e68

diff --git a/a/1.txt b/N2/1.txt
index ea86326..89130f0 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -18,7 +18,7 @@ On 02/13/15 12:54, Magnus Damm wrote:
 >>>> -static int r8a7779_cpu_disable(unsigned int cpu)
 >>>> -{
 >>>> -    /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */
->>>> -    return cpu = 0 ? -EPERM : 0;
+>>>> -    return cpu == 0 ? -EPERM : 0;
 >>>> -}
 >>>>  #endif /* CONFIG_HOTPLUG_CPU */
 >>>>
diff --git a/a/content_digest b/N2/content_digest
index b60762d..e155b73 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,8 +4,16 @@
  "ref\0CANqRtoSOBf3ZCKdKYta-P2q==ZMHk=VZgfEztPJ+uaKQtkBWjg@mail.gmail.com\0"
  "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
  "Subject\0Re: [PATCH v2] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable\0"
- "Date\0Fri, 13 Feb 2015 20:59:50 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 13 Feb 2015 12:59:50 -0800\0"
+ "To\0Magnus Damm <magnus.damm@gmail.com>\0"
+ "Cc\0Simon Horman <horms@verge.net.au>"
+  Russell King <linux@arm.linux.org.uk>
+  linux-kernel <linux-kernel@vger.kernel.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Nicolas Pitre <nico@linaro.org>
+  Dave Martin <Dave.Martin@arm.com>
+ " SH-Linux <linux-sh@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On 02/13/15 12:54, Magnus Damm wrote:\n"
@@ -28,7 +36,7 @@
  ">>>> -static int r8a7779_cpu_disable(unsigned int cpu)\n"
  ">>>> -{\n"
  ">>>> -    /* only CPU1->3 have power domains, do not allow hotplug of CPU0 */\n"
- ">>>> -    return cpu = 0 ? -EPERM : 0;\n"
+ ">>>> -    return cpu == 0 ? -EPERM : 0;\n"
  ">>>> -}\n"
  ">>>>  #endif /* CONFIG_HOTPLUG_CPU */\n"
  ">>>>\n"
@@ -61,4 +69,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-a2bce87fefcb8bf40e92ca5afcfaca5d7dce7eebb5aee130d0dc9e25b2c4378d
+67ada2f712430daf86a472893ad9b5134466ee216ceb5fbdb46fa232bf8971d0

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.