diff for duplicates of <20101105025020.GD28308@ericsson.com> diff --git a/a/1.txt b/N1/1.txt index 8bfa2ae..5621d62 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -75,7 +75,7 @@ Maybe has_key_backlight ? Might be a bit less confusing. > + if (ret && ret != -EINVAL) > + return ret; > + -> + *value = ret = 0 && entry.len; +> + *value = ret == 0 && entry.len; > + return 0; > +} > + @@ -352,7 +352,7 @@ Is this useful enough to be pr_info or just noisy ? > goto out_accelerometer; > + } > -So "light" = left light sensor. How about the right light sensor ? +So "light" == left light sensor. How about the right light sensor ? If (theoretically) a device as only a right light sensor, you would display that a light sensor exists and then not create a sysfs file for it. @@ -411,8 +411,3 @@ since you don't use it anyway. Or merge the two into a single attribute file > lm-sensors mailing list > lm-sensors@lm-sensors.org > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors - -_______________________________________________ -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 fa0bfd8..e2ed0fa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01288511434-5662-1-git-send-email-rydberg@euromail.se\0" "ref\01288511434-5662-6-git-send-email-rydberg@euromail.se\0" "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0" - "Subject\0Re: [lm-sensors] [PATCH 5/8] hwmon: applesmc: Extract all features\0" - "Date\0Fri, 05 Nov 2010 02:50:20 +0000\0" + "Subject\0Re: [lm-sensors] [PATCH 5/8] hwmon: applesmc: Extract all features generically\0" + "Date\0Thu, 4 Nov 2010 19:50:20 -0700\0" "To\0Henrik Rydberg <rydberg@euromail.se>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> @@ -86,7 +86,7 @@ "> + if (ret && ret != -EINVAL)\n" "> + return ret;\n" "> +\n" - "> + *value = ret = 0 && entry.len;\n" + "> + *value = ret == 0 && entry.len;\n" "> + return 0;\n" "> +}\n" "> +\n" @@ -363,7 +363,7 @@ "> goto out_accelerometer;\n" "> + }\n" "> \n" - "So \"light\" = left light sensor. How about the right light sensor ?\n" + "So \"light\" == left light sensor. How about the right light sensor ?\n" "\n" "If (theoretically) a device as only a right light sensor, you would display\n" "that a light sensor exists and then not create a sysfs file for it.\n" @@ -421,11 +421,6 @@ "> _______________________________________________\n" "> lm-sensors mailing list\n" "> lm-sensors@lm-sensors.org\n" - "> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -1b3eacef7bc5566dc630a1ae8cfa967526e8527598c3700903a738674a0f3525 +f4c7261362b1db1a721ee72aa955387b8fab0da288849c673d76cbccb05d1f7a
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.