diff for duplicates of <200803120029.09505.lenb@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 6d307fe..df90af2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,8 +16,7 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > 3 files changed, 155 insertions(+), 37 deletions(-) > > Index: linux-2.6/Documentation/thermal/sysfs-api.txt -> =================================================================== -> --- linux-2.6.orig/Documentation/thermal/sysfs-api.txt +> =================================> --- linux-2.6.orig/Documentation/thermal/sysfs-api.txt > +++ linux-2.6/Documentation/thermal/sysfs-api.txt > @@ -143,10 +143,10 @@ type Strings which represent the ther > This is given by thermal zone driver as part of registration. @@ -75,8 +74,7 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > |-----cdev0_trip_point: 1 /* cdev0 can be used for passive */ > |-----cdev1: --->/sys/class/thermal/cooling_device3 > Index: linux-2.6/drivers/thermal/Kconfig -> =================================================================== -> --- linux-2.6.orig/drivers/thermal/Kconfig +> =================================> --- linux-2.6.orig/drivers/thermal/Kconfig > +++ linux-2.6/drivers/thermal/Kconfig > @@ -4,6 +4,7 @@ > @@ -87,8 +85,7 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > help > Generic Thermal Sysfs driver offers a generic mechanism for > Index: linux-2.6/drivers/thermal/thermal.c -> =================================================================== -> --- linux-2.6.orig/drivers/thermal/thermal.c +> =================================> --- linux-2.6.orig/drivers/thermal/thermal.c > +++ linux-2.6/drivers/thermal/thermal.c > @@ -30,8 +30,10 @@ > #include <linux/idr.h> @@ -132,7 +129,7 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > + = to_sensor_dev_attr(attr); > + > + list_for_each_entry(tz, &thermal_tz_list, node) -> + if (tz->id == sensor_attr->index) +> + if (tz->id = sensor_attr->index) > + return tz->ops->get_temp(tz, buf); > + > + return -ENODEV; @@ -147,7 +144,7 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > + = to_sensor_dev_attr(attr); > + > + list_for_each_entry(tz, &thermal_tz_list, node) -> + if (tz->id == sensor_attr->index) +> + if (tz->id = sensor_attr->index) > + return tz->ops->get_trip_temp(tz, 0, buf); > + > + return -ENODEV; @@ -360,4 +357,11 @@ On Tuesday 26 February 2008, Zhang, Rui wrote: > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -> +> + + + +_______________________________________________ +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 eabcc5f..424427f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01204072670.10256.111.camel@acpi-hp-zz.sh.intel.com\0" "From\0Len Brown <lenb@kernel.org>\0" - "Subject\0Re: [PATCH 1/2] thermal: add hwmon sys I/F for thermal device\0" - "Date\0Wed, 12 Mar 2008 00:29:09 -0400\0" + "Subject\0Re: [lm-sensors] [PATCH 1/2] thermal: add hwmon sys I/F for thermal\0" + "Date\0Wed, 12 Mar 2008 04:29:09 +0000\0" "To\0Zhang" " Rui <rui.zhang@intel.com>\0" "Cc\0linux-acpi <linux-acpi@vger.kernel.org>" @@ -27,8 +27,7 @@ "> 3 files changed, 155 insertions(+), 37 deletions(-)\n" "> \n" "> Index: linux-2.6/Documentation/thermal/sysfs-api.txt\n" - "> ===================================================================\n" - "> --- linux-2.6.orig/Documentation/thermal/sysfs-api.txt\n" + "> =================================> --- linux-2.6.orig/Documentation/thermal/sysfs-api.txt\n" "> +++ linux-2.6/Documentation/thermal/sysfs-api.txt\n" "> @@ -143,10 +143,10 @@ type\t\t\t\tStrings which represent the ther\n" "> \t\t\t\tThis is given by thermal zone driver as part of registration.\n" @@ -86,8 +85,7 @@ "> \t|-----cdev0_trip_point:\t\t1\t/* cdev0 can be used for passive */\n" "> \t|-----cdev1:\t\t\t--->/sys/class/thermal/cooling_device3\n" "> Index: linux-2.6/drivers/thermal/Kconfig\n" - "> ===================================================================\n" - "> --- linux-2.6.orig/drivers/thermal/Kconfig\n" + "> =================================> --- linux-2.6.orig/drivers/thermal/Kconfig\n" "> +++ linux-2.6/drivers/thermal/Kconfig\n" "> @@ -4,6 +4,7 @@\n" "> \n" @@ -98,8 +96,7 @@ "> \thelp\n" "> \t Generic Thermal Sysfs driver offers a generic mechanism for\n" "> Index: linux-2.6/drivers/thermal/thermal.c\n" - "> ===================================================================\n" - "> --- linux-2.6.orig/drivers/thermal/thermal.c\n" + "> =================================> --- linux-2.6.orig/drivers/thermal/thermal.c\n" "> +++ linux-2.6/drivers/thermal/thermal.c\n" "> @@ -30,8 +30,10 @@\n" "> #include <linux/idr.h>\n" @@ -143,7 +140,7 @@ "> +\t\t\t\t\t\t= to_sensor_dev_attr(attr);\n" "> +\n" "> +\tlist_for_each_entry(tz, &thermal_tz_list, node)\n" - "> +\t\tif (tz->id == sensor_attr->index)\n" + "> +\t\tif (tz->id = sensor_attr->index)\n" "> +\t\t\treturn tz->ops->get_temp(tz, buf);\n" "> +\n" "> +\treturn -ENODEV;\n" @@ -158,7 +155,7 @@ "> +\t\t\t\t\t\t= to_sensor_dev_attr(attr);\n" "> +\n" "> +\tlist_for_each_entry(tz, &thermal_tz_list, node)\n" - "> +\t\tif (tz->id == sensor_attr->index)\n" + "> +\t\tif (tz->id = sensor_attr->index)\n" "> +\t\t\treturn tz->ops->get_trip_temp(tz, 0, buf);\n" "> +\n" "> +\treturn -ENODEV;\n" @@ -371,6 +368,13 @@ "> To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - > + "> \n" + "\n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -3cfd58dcb21f568013fec6ac745c6e655a7e85936bff011a5009448ce31bb122 +fd6dcde160ae0eb356142a84c3ff59bc85ae71066cfb0abefee30e3e64672d0b
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.