diff for duplicates of <520359E9.1000600@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 5af4c3e..b59acde 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On 08/07/2013 11:56 PM, Wei Ni wrote: > Adding the power control support to power on/off the vdd rail. > And make sure that power is enabled before accessing the device. > -> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Wei Ni <wni@nvidia.com> > --- > drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) @@ -87,7 +87,7 @@ so IS_ERR() is more appropriate. If the regulator subsystem is not configured, you especially don't need or want to pollute the log with an error message. -> + if (PTR_ERR(data->lm90_reg) == -ENODEV) +> + if (PTR_ERR(data->lm90_reg) = -ENODEV) > + dev_info(&client->dev, > + "No regulator found for vdd. Assuming vdd is always powered."); > + else @@ -109,7 +109,7 @@ As pointed out, this is unnecessary, and you should handle -EPROBE_DEFER correct > + > /* Set the device type */ > data->kind = id->driver_data; -> if (data->kind == adm1032) { +> if (data->kind = adm1032) { > @@ -1473,6 +1515,10 @@ exit_remove_files: > lm90_remove_files(client, data); > exit_restore: @@ -132,3 +132,9 @@ As pointed out, this is unnecessary, and you should handle -EPROBE_DEFER correct > return 0; > } > + + +_______________________________________________ +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 98c6b0c..676f73b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01375944991-29182-1-git-send-email-wni@nvidia.com\0" "ref\01375944991-29182-2-git-send-email-wni@nvidia.com\0" "ref\01375944991-29182-2-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/3] hwmon: (lm90) Add power control\0" - "Date\0Thu, 08 Aug 2013 01:42:17 -0700\0" + "From\0Guenter Roeck <linux@roeck-us.net>\0" + "Subject\0Re: [lm-sensors] [PATCH v2 1/3] hwmon: (lm90) Add power control\0" + "Date\0Thu, 08 Aug 2013 08:42:17 +0000\0" "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" "Cc\0khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org @@ -19,7 +19,7 @@ "> Adding the power control support to power on/off the vdd rail.\n" "> And make sure that power is enabled before accessing the device.\n" ">\n" - "> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Wei Ni <wni@nvidia.com>\n" "> ---\n" "> drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 49 insertions(+)\n" @@ -103,7 +103,7 @@ "If the regulator subsystem is not configured, you especially don't need or want\n" "to pollute the log with an error message.\n" "\n" - "> +\t\tif (PTR_ERR(data->lm90_reg) == -ENODEV)\n" + "> +\t\tif (PTR_ERR(data->lm90_reg) = -ENODEV)\n" "> +\t\t\tdev_info(&client->dev,\n" "> +\t\t\t\t \"No regulator found for vdd. Assuming vdd is always powered.\");\n" "> +\t\telse\n" @@ -125,7 +125,7 @@ "> +\n" "> \t/* Set the device type */\n" "> \tdata->kind = id->driver_data;\n" - "> \tif (data->kind == adm1032) {\n" + "> \tif (data->kind = adm1032) {\n" "> @@ -1473,6 +1515,10 @@ exit_remove_files:\n" "> \tlm90_remove_files(client, data);\n" "> exit_restore:\n" @@ -147,6 +147,12 @@ ">\n" "> \treturn 0;\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 -998bca7354e0d64b79325b4689676d309d3181fb85704b98b6c6dfd7c8370ee0 +7181ddb6b2f82d4e5ea4ca253b8e88b42f77d91954f6c862c48a2bf23f44a342
diff --git a/a/1.txt b/N2/1.txt index 5af4c3e..a70652b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,7 +3,7 @@ On 08/07/2013 11:56 PM, Wei Ni wrote: > Adding the power control support to power on/off the vdd rail. > And make sure that power is enabled before accessing the device. > -> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Wei Ni <wni@nvidia.com> > --- > drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) diff --git a/a/content_digest b/N2/content_digest index 98c6b0c..79ab894 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,17 +1,9 @@ "ref\01375944991-29182-1-git-send-email-wni@nvidia.com\0" "ref\01375944991-29182-2-git-send-email-wni@nvidia.com\0" - "ref\01375944991-29182-2-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/3] hwmon: (lm90) Add power control\0" + "From\0linux@roeck-us.net (Guenter Roeck)\0" + "Subject\0[PATCH v2 1/3] hwmon: (lm90) Add power control\0" "Date\0Thu, 08 Aug 2013 01:42:17 -0700\0" - "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - MLongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 08/07/2013 11:56 PM, Wei Ni wrote:\n" @@ -19,7 +11,7 @@ "> Adding the power control support to power on/off the vdd rail.\n" "> And make sure that power is enabled before accessing the device.\n" ">\n" - "> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Wei Ni <wni@nvidia.com>\n" "> ---\n" "> drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 49 insertions(+)\n" @@ -149,4 +141,4 @@ "> }\n" > -998bca7354e0d64b79325b4689676d309d3181fb85704b98b6c6dfd7c8370ee0 +14301ed2c8c6a7d3e4462377005ad9ae4c2c784cfb6c59c67bb028fc0b1c1066
diff --git a/a/1.txt b/N3/1.txt index 5af4c3e..a70652b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -3,7 +3,7 @@ On 08/07/2013 11:56 PM, Wei Ni wrote: > Adding the power control support to power on/off the vdd rail. > And make sure that power is enabled before accessing the device. > -> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Wei Ni <wni@nvidia.com> > --- > drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) diff --git a/a/content_digest b/N3/content_digest index 98c6b0c..4a0fccd 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,17 +1,16 @@ "ref\01375944991-29182-1-git-send-email-wni@nvidia.com\0" "ref\01375944991-29182-2-git-send-email-wni@nvidia.com\0" - "ref\01375944991-29182-2-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0" + "From\0Guenter Roeck <linux@roeck-us.net>\0" "Subject\0Re: [PATCH v2 1/3] hwmon: (lm90) Add power control\0" "Date\0Thu, 08 Aug 2013 01:42:17 -0700\0" - "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - MLongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Wei Ni <wni@nvidia.com>\0" + "Cc\0khali@linux-fr.org" + swarren@wwwdotorg.org + MLongnecker@nvidia.com + linux-arm-kernel@lists.infradead.org + lm-sensors@lm-sensors.org + linux-kernel@vger.kernel.org + " linux-tegra@vger.kernel.org\0" "\00:1\0" "b\0" "On 08/07/2013 11:56 PM, Wei Ni wrote:\n" @@ -19,7 +18,7 @@ "> Adding the power control support to power on/off the vdd rail.\n" "> And make sure that power is enabled before accessing the device.\n" ">\n" - "> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Wei Ni <wni@nvidia.com>\n" "> ---\n" "> drivers/hwmon/lm90.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 49 insertions(+)\n" @@ -149,4 +148,4 @@ "> }\n" > -998bca7354e0d64b79325b4689676d309d3181fb85704b98b6c6dfd7c8370ee0 +aae527b02ba94cc9e22b8f520f529cfa3c9726ba3f99eacd45bd1d971ddf0738
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.