All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160909113459.GG18547@vireshk-i7>

diff --git a/a/1.txt b/N1/1.txt
index b5f6a93..676d0af 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,3 +18,10 @@ Please find it attached now..
 
 -- 
 viresh
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: 0001-cpufreq-Drop-unnecessary-check-from-cpufreq_policy_a.patch
+Type: text/x-diff
+Size: 1223 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160909/6d7f844a/attachment.bin>
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index e558f90..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/x-diff; charset=us-ascii
-Content-Disposition: attachment; filename="0001-cpufreq-Drop-unnecessary-check-from-cpufreq_policy_a.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index 171a652..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,36 +0,0 @@
->From 3689ad7ed6a836c4eec5e7bdd17a11a79591bef9 Mon Sep 17 00:00:00 2001
-Message-Id: <3689ad7ed6a836c4eec5e7bdd17a11a79591bef9.1473420826.git.viresh.kumar@linaro.org>
-From: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
-Date: Wed, 31 Aug 2016 03:11:31 +0200
-Subject: [PATCH] cpufreq: Drop unnecessary check from cpufreq_policy_alloc()
-
-Since cpufreq_policy_alloc() doesn't use its dev variable for
-anything useful, drop that variable from there along with the
-NULL check against it.
-
-Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
----
- drivers/cpufreq/cpufreq.c | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
-index 3dd4884c6f9e..13fb589b6d2c 100644
---- a/drivers/cpufreq/cpufreq.c
-+++ b/drivers/cpufreq/cpufreq.c
-@@ -1073,13 +1073,9 @@ static void handle_update(struct work_struct *work)
- 
- static struct cpufreq_policy *cpufreq_policy_alloc(unsigned int cpu)
- {
--	struct device *dev = get_cpu_device(cpu);
- 	struct cpufreq_policy *policy;
- 	int ret;
- 
--	if (WARN_ON(!dev))
--		return NULL;
--
- 	policy = kzalloc(sizeof(*policy), GFP_KERNEL);
- 	if (!policy)
- 		return NULL;
--- 
-2.7.1.410.g6faf27b
diff --git a/a/content_digest b/N1/content_digest
index e5effe1..7c551e9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,16 +3,11 @@
  "ref\020160909111620.GQ1041@n2100.armlinux.org.uk\0"
  "ref\020160909112204.GE18547@vireshk-i7\0"
  "ref\020160909112841.GS1041@n2100.armlinux.org.uk\0"
- "From\0Viresh Kumar <viresh.kumar@linaro.org>\0"
- "Subject\0Re: [PATCH] cpufreq: create link to policy only for registered CPUs\0"
+ "From\0viresh.kumar@linaro.org (Viresh Kumar)\0"
+ "Subject\0[PATCH] cpufreq: create link to policy only for registered CPUs\0"
  "Date\0Fri, 9 Sep 2016 17:04:59 +0530\0"
- "To\0Russell King - ARM Linux <linux@armlinux.org.uk>\0"
- "Cc\0Rafael Wysocki <rjw@rjwysocki.net>"
-  linaro-kernel@lists.linaro.org
-  linux-pm@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "On 09-09-16, 12:28, Russell King - ARM Linux wrote:\n"
  "> On Fri, Sep 09, 2016 at 04:52:04PM +0530, Viresh Kumar wrote:\n"
@@ -33,45 +28,13 @@
  "Please find it attached now..\n"
  "\n"
  "-- \n"
- viresh
- "\01:2\0"
- "fn\00001-cpufreq-Drop-unnecessary-check-from-cpufreq_policy_a.patch\0"
- "b\0"
- ">From 3689ad7ed6a836c4eec5e7bdd17a11a79591bef9 Mon Sep 17 00:00:00 2001\n"
- "Message-Id: <3689ad7ed6a836c4eec5e7bdd17a11a79591bef9.1473420826.git.viresh.kumar@linaro.org>\n"
- "From: \"Rafael J. Wysocki\" <rafael.j.wysocki@intel.com>\n"
- "Date: Wed, 31 Aug 2016 03:11:31 +0200\n"
- "Subject: [PATCH] cpufreq: Drop unnecessary check from cpufreq_policy_alloc()\n"
- "\n"
- "Since cpufreq_policy_alloc() doesn't use its dev variable for\n"
- "anything useful, drop that variable from there along with the\n"
- "NULL check against it.\n"
- "\n"
- "Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>\n"
- "Acked-by: Viresh Kumar <viresh.kumar@linaro.org>\n"
- "---\n"
- " drivers/cpufreq/cpufreq.c | 4 ----\n"
- " 1 file changed, 4 deletions(-)\n"
- "\n"
- "diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c\n"
- "index 3dd4884c6f9e..13fb589b6d2c 100644\n"
- "--- a/drivers/cpufreq/cpufreq.c\n"
- "+++ b/drivers/cpufreq/cpufreq.c\n"
- "@@ -1073,13 +1073,9 @@ static void handle_update(struct work_struct *work)\n"
- " \n"
- " static struct cpufreq_policy *cpufreq_policy_alloc(unsigned int cpu)\n"
- " {\n"
- "-\tstruct device *dev = get_cpu_device(cpu);\n"
- " \tstruct cpufreq_policy *policy;\n"
- " \tint ret;\n"
- " \n"
- "-\tif (WARN_ON(!dev))\n"
- "-\t\treturn NULL;\n"
- "-\n"
- " \tpolicy = kzalloc(sizeof(*policy), GFP_KERNEL);\n"
- " \tif (!policy)\n"
- " \t\treturn NULL;\n"
- "-- \n"
- 2.7.1.410.g6faf27b
+ "viresh\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: 0001-cpufreq-Drop-unnecessary-check-from-cpufreq_policy_a.patch\n"
+ "Type: text/x-diff\n"
+ "Size: 1223 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160909/6d7f844a/attachment.bin>
 
-7d5170a7fba0af1c17d8ba0023176f9aa9f85c2c8d9e960d81df061aacd8afc6
+15ebda51bfe849ca1f853ed03e3b2ce91062c50efb35e5fe25c260c94d00029f

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.