All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1374074248-31690-6-git-send-email-eduardo.valentin@ti.com>

diff --git a/a/content_digest b/N1/content_digest
index 6284246..e0712b2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,14 +11,14 @@
   "Date\0Wed, 17 Jul 2013 11:17:24 -0400\0"
 ]
 [
-  "To\0<devicetree-discuss\@lists.ozlabs.org>\0"
+  "To\0devicetree-discuss\@lists.ozlabs.org\0"
 ]
 [
-  "Cc\0<wni\@nvidia.com>",
-  " <l.stach\@pengutronix.de>",
-  " <linux-kernel\@vger.kernel.org>",
-  " <linux-pm\@vger.kernel.org>",
-  " <lm-sensors\@lm-sensors.org>",
+  "Cc\0wni\@nvidia.com",
+  " l.stach\@pengutronix.de",
+  " linux-kernel\@vger.kernel.org",
+  " linux-pm\@vger.kernel.org",
+  " lm-sensors\@lm-sensors.org",
   " Eduardo Valentin <eduardo.valentin\@ti.com>",
   " Zhang Rui <rui.zhang\@intel.com>\0"
 ]
@@ -750,4 +750,4 @@
   "1.8.2.1.342.gfa7285d"
 ]
 
-e9dee77abd3e81d8af13964e5bb8c0a3ddcec2951daf374de8868df152f69e2d
+e08107e5bf282ffb45cd18e2d54ced0a5701b4d0db728c2f0d27dd691832e824

diff --git a/a/1.txt b/N2/1.txt
index 33e26e8..7724881 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -509,7 +509,7 @@ index 0000000..980b795
 +
 +	mutex_lock(&tz->lock);
 +
-+	if (mode == THERMAL_DEVICE_ENABLED)
++	if (mode = THERMAL_DEVICE_ENABLED)
 +		tz->polling_delay = data->polling_delay;
 +	else
 +		tz->polling_delay = 0;
@@ -601,7 +601,7 @@ index 0000000..980b795
 +	int i;
 +
 +	for (i = 0; i < data->ntrips; i++)
-+		if (data->trips[i].type == THERMAL_TRIP_CRITICAL) {
++		if (data->trips[i].type = THERMAL_TRIP_CRITICAL) {
 +			*temp = data->trips[i].temperature;
 +			return 0;
 +		}
@@ -716,4 +716,10 @@ index 39575eb..22a3250 100644
  		void *, const struct thermal_zone_device_ops *,
  		const struct thermal_zone_params *, int, int);
 -- 
-1.8.2.1.342.gfa7285d
\ No newline at end of file
+1.8.2.1.342.gfa7285d
+
+
+_______________________________________________
+lm-sensors mailing list
+lm-sensors@lm-sensors.org
+http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 6284246..f8f9d3a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,20 +5,20 @@
   "From\0Eduardo Valentin <eduardo.valentin\@ti.com>\0"
 ]
 [
-  "Subject\0[RESEND PATCH V1 5/9] thermal: introduce device tree parser\0"
+  "Subject\0[lm-sensors] [RESEND PATCH V1 5/9] thermal: introduce device tree parser\0"
 ]
 [
-  "Date\0Wed, 17 Jul 2013 11:17:24 -0400\0"
+  "Date\0Wed, 17 Jul 2013 15:17:24 +0000\0"
 ]
 [
-  "To\0<devicetree-discuss\@lists.ozlabs.org>\0"
+  "To\0devicetree-discuss\@lists.ozlabs.org\0"
 ]
 [
-  "Cc\0<wni\@nvidia.com>",
-  " <l.stach\@pengutronix.de>",
-  " <linux-kernel\@vger.kernel.org>",
-  " <linux-pm\@vger.kernel.org>",
-  " <lm-sensors\@lm-sensors.org>",
+  "Cc\0wni\@nvidia.com",
+  " l.stach\@pengutronix.de",
+  " linux-kernel\@vger.kernel.org",
+  " linux-pm\@vger.kernel.org",
+  " lm-sensors\@lm-sensors.org",
   " Eduardo Valentin <eduardo.valentin\@ti.com>",
   " Zhang Rui <rui.zhang\@intel.com>\0"
 ]
@@ -540,7 +540,7 @@
   "+\n",
   "+\tmutex_lock(&tz->lock);\n",
   "+\n",
-  "+\tif (mode == THERMAL_DEVICE_ENABLED)\n",
+  "+\tif (mode = THERMAL_DEVICE_ENABLED)\n",
   "+\t\ttz->polling_delay = data->polling_delay;\n",
   "+\telse\n",
   "+\t\ttz->polling_delay = 0;\n",
@@ -632,7 +632,7 @@
   "+\tint i;\n",
   "+\n",
   "+\tfor (i = 0; i < data->ntrips; i++)\n",
-  "+\t\tif (data->trips[i].type == THERMAL_TRIP_CRITICAL) {\n",
+  "+\t\tif (data->trips[i].type = THERMAL_TRIP_CRITICAL) {\n",
   "+\t\t\t*temp = data->trips[i].temperature;\n",
   "+\t\t\treturn 0;\n",
   "+\t\t}\n",
@@ -747,7 +747,13 @@
   " \t\tvoid *, const struct thermal_zone_device_ops *,\n",
   " \t\tconst struct thermal_zone_params *, int, int);\n",
   "-- \n",
-  "1.8.2.1.342.gfa7285d"
+  "1.8.2.1.342.gfa7285d\n",
+  "\n",
+  "\n",
+  "_______________________________________________\n",
+  "lm-sensors mailing list\n",
+  "lm-sensors\@lm-sensors.org\n",
+  "http://lists.lm-sensors.org/mailman/listinfo/lm-sensors"
 ]
 
-e9dee77abd3e81d8af13964e5bb8c0a3ddcec2951daf374de8868df152f69e2d
+4352b5be54223354d7a3c7ed4c07240d30d8abd765deb88323279065f0fdb74e

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.