All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100510033525.GC9181@owl>

diff --git a/a/1.txt b/N1/1.txt
index caf4dff..39f3d06 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -31,14 +31,14 @@ index e9b7fbc..d194207 100644
 -		  0x17 (Penryn 45nm), 0x1a (Nehalem), 0x1c (Atom),
 -		  0x1e (Lynnfield) */
 -		if ((c->cpuid_level < 0) || (c->x86 != 0x6) ||
--		    !((c->x86_model = 0xe) || (c->x86_model = 0xf) ||
--			(c->x86_model = 0x16) || (c->x86_model = 0x17) ||
--			(c->x86_model = 0x1a) || (c->x86_model = 0x1c) ||
--			(c->x86_model = 0x1e))) {
+-		    !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||
+-			(c->x86_model == 0x16) || (c->x86_model == 0x17) ||
+-			(c->x86_model == 0x1a) || (c->x86_model == 0x1c) ||
+-			(c->x86_model == 0x1e))) {
 -
 -			/* supported CPU not found, but report the unknown
 -			   family 6 CPU */
--			if ((c->x86 = 0x6) && (c->x86_model > 0xf))
+-			if ((c->x86 == 0x6) && (c->x86_model > 0xf))
 -				printk(KERN_WARNING DRVNAME ": Unknown CPU "
 -					"model 0x%x\n", c->x86_model);
 + 		/* check if the CPU has thermal sensor */
@@ -52,9 +52,3 @@ index e9b7fbc..d194207 100644
  
 -- 
 1.6.3.3.363.g725cf7
-
-
-_______________________________________________
-lm-sensors mailing list
-lm-sensors@lm-sensors.org
-http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index a393d7a..1473caf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020100507095459.GA12190@owl\0"
  "From\0Huaxu Wan <huaxu.wan@linux.intel.com>\0"
- "Subject\0[lm-sensors] [PATCH 1/2 V2] hwmon: (coretemp) Detect the thermal\0"
- "Date\0Mon, 10 May 2010 03:35:25 +0000\0"
+ "Subject\0[PATCH 1/2 V2] hwmon: (coretemp) Detect the thermal sensors by CPUID\0"
+ "Date\0Mon, 10 May 2010 11:35:25 +0800\0"
  "To\0Huaxu Wan <huaxu.wan@linux.intel.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   lm-sensors@lm-sensors.org
@@ -42,14 +42,14 @@
  "-\t\t  0x17 (Penryn 45nm), 0x1a (Nehalem), 0x1c (Atom),\n"
  "-\t\t  0x1e (Lynnfield) */\n"
  "-\t\tif ((c->cpuid_level < 0) || (c->x86 != 0x6) ||\n"
- "-\t\t    !((c->x86_model = 0xe) || (c->x86_model = 0xf) ||\n"
- "-\t\t\t(c->x86_model = 0x16) || (c->x86_model = 0x17) ||\n"
- "-\t\t\t(c->x86_model = 0x1a) || (c->x86_model = 0x1c) ||\n"
- "-\t\t\t(c->x86_model = 0x1e))) {\n"
+ "-\t\t    !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||\n"
+ "-\t\t\t(c->x86_model == 0x16) || (c->x86_model == 0x17) ||\n"
+ "-\t\t\t(c->x86_model == 0x1a) || (c->x86_model == 0x1c) ||\n"
+ "-\t\t\t(c->x86_model == 0x1e))) {\n"
  "-\n"
  "-\t\t\t/* supported CPU not found, but report the unknown\n"
  "-\t\t\t   family 6 CPU */\n"
- "-\t\t\tif ((c->x86 = 0x6) && (c->x86_model > 0xf))\n"
+ "-\t\t\tif ((c->x86 == 0x6) && (c->x86_model > 0xf))\n"
  "-\t\t\t\tprintk(KERN_WARNING DRVNAME \": Unknown CPU \"\n"
  "-\t\t\t\t\t\"model 0x%x\\n\", c->x86_model);\n"
  "+ \t\t/* check if the CPU has thermal sensor */\n"
@@ -62,12 +62,6 @@
  " \t\t}\n"
  " \n"
  "-- \n"
- "1.6.3.3.363.g725cf7\n"
- "\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ 1.6.3.3.363.g725cf7
 
-0e4fae38f23a506d2816643b3d5677f52b43ea4a0da42a1ee2cb30d542e0d910
+a5b5ac63ec4adee6bf983f47debc514b431a109c26d7e4dc5b128a3180b8f57e

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.