diff for duplicates of <20141105142149.GA23212@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 37869aa..8149d25 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,8 @@ Guenter > --- > > Changes in v2 -> ======> - Improve readability in error case if 'sensors' not found, also log +> ============= +> - Improve readability in error case if 'sensors' not found, also log > the using 'pr_err'. > > arch/powerpc/platforms/powernv/opal-sensor.c | 20 ++++++++ @@ -109,7 +110,7 @@ Guenter > - } > - > for_each_child_of_node(opal, np) { -> if (np->name = NULL) +> if (np->name == NULL) > continue; > @@ -221,7 +213,7 @@ static int __init populate_attr_groups(struct platform_device *pdev) > * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max @@ -196,9 +197,4 @@ Guenter > } > > MODULE_AUTHOR("Neelesh Gupta <neelegup@linux.vnet.ibm.com>"); -> - -_______________________________________________ -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 e26a64f..50b3a97 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,14 @@ "ref\020141105110848.6183.55611.stgit@localhost.localdomain\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [lm-sensors] [PATCH v2] hwmon: (ibmpowernv) Use platform 'id_table' to probe the device\0" - "Date\0Wed, 05 Nov 2014 14:21:49 +0000\0" + "Subject\0Re: [PATCH v2] hwmon: (ibmpowernv) Use platform 'id_table' to probe the device\0" + "Date\0Wed, 5 Nov 2014 06:21:49 -0800\0" "To\0Neelesh Gupta <neelegup@linux.vnet.ibm.com>\0" - "Cc\0jdelvare@suse.de" - benh@au1.ibm.com - linux-kernel@vger.kernel.org + "Cc\0benh@au1.ibm.com" michaele@au1.ibm.com + linux-kernel@vger.kernel.org + lm-sensors@lm-sensors.org linuxppc-dev@lists.ozlabs.org - " lm-sensors@lm-sensors.org\0" + " jdelvare@suse.de\0" "\00:1\0" "b\0" "On Wed, Nov 05, 2014 at 04:45:14PM +0530, Neelesh Gupta wrote:\n" @@ -28,7 +28,8 @@ "> ---\n" "> \n" "> Changes in v2\n" - "> ======> - Improve readability in error case if 'sensors' not found, also log\n" + "> =============\n" + "> - Improve readability in error case if 'sensors' not found, also log\n" "> the using 'pr_err'.\n" "> \n" "> arch/powerpc/platforms/powernv/opal-sensor.c | 20 ++++++++\n" @@ -122,7 +123,7 @@ "> -\t}\n" "> -\n" "> \tfor_each_child_of_node(opal, np) {\n" - "> \t\tif (np->name = NULL)\n" + "> \t\tif (np->name == NULL)\n" "> \t\t\tcontinue;\n" "> @@ -221,7 +213,7 @@ static int __init populate_attr_groups(struct platform_device *pdev)\n" "> * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max\n" @@ -209,11 +210,6 @@ "> }\n" "> \n" "> MODULE_AUTHOR(\"Neelesh Gupta <neelegup@linux.vnet.ibm.com>\");\n" - "> \n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + > -4403473b6bd3c703f3d19244219b9aa86dd25bf3d5f6529ee5b90eb3833b679b +04a20bf7c38641e02e74ab091762c8e0c03b00e93233d775f9c271d86e7010e1
diff --git a/a/1.txt b/N2/1.txt index 37869aa..8149d25 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -15,7 +15,8 @@ Guenter > --- > > Changes in v2 -> ======> - Improve readability in error case if 'sensors' not found, also log +> ============= +> - Improve readability in error case if 'sensors' not found, also log > the using 'pr_err'. > > arch/powerpc/platforms/powernv/opal-sensor.c | 20 ++++++++ @@ -109,7 +110,7 @@ Guenter > - } > - > for_each_child_of_node(opal, np) { -> if (np->name = NULL) +> if (np->name == NULL) > continue; > @@ -221,7 +213,7 @@ static int __init populate_attr_groups(struct platform_device *pdev) > * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max @@ -196,9 +197,4 @@ Guenter > } > > MODULE_AUTHOR("Neelesh Gupta <neelegup@linux.vnet.ibm.com>"); -> - -_______________________________________________ -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/N2/content_digest index e26a64f..f27e877 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020141105110848.6183.55611.stgit@localhost.localdomain\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [lm-sensors] [PATCH v2] hwmon: (ibmpowernv) Use platform 'id_table' to probe the device\0" - "Date\0Wed, 05 Nov 2014 14:21:49 +0000\0" + "Subject\0Re: [PATCH v2] hwmon: (ibmpowernv) Use platform 'id_table' to probe the device\0" + "Date\0Wed, 5 Nov 2014 06:21:49 -0800\0" "To\0Neelesh Gupta <neelegup@linux.vnet.ibm.com>\0" "Cc\0jdelvare@suse.de" benh@au1.ibm.com @@ -28,7 +28,8 @@ "> ---\n" "> \n" "> Changes in v2\n" - "> ======> - Improve readability in error case if 'sensors' not found, also log\n" + "> =============\n" + "> - Improve readability in error case if 'sensors' not found, also log\n" "> the using 'pr_err'.\n" "> \n" "> arch/powerpc/platforms/powernv/opal-sensor.c | 20 ++++++++\n" @@ -122,7 +123,7 @@ "> -\t}\n" "> -\n" "> \tfor_each_child_of_node(opal, np) {\n" - "> \t\tif (np->name = NULL)\n" + "> \t\tif (np->name == NULL)\n" "> \t\t\tcontinue;\n" "> @@ -221,7 +213,7 @@ static int __init populate_attr_groups(struct platform_device *pdev)\n" "> * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max\n" @@ -209,11 +210,6 @@ "> }\n" "> \n" "> MODULE_AUTHOR(\"Neelesh Gupta <neelegup@linux.vnet.ibm.com>\");\n" - "> \n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + > -4403473b6bd3c703f3d19244219b9aa86dd25bf3d5f6529ee5b90eb3833b679b +57ba7508e34c1dc61a82d8458853aae046a1deffc4a67e6a4410b3a829aa754b
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.