diff for duplicates of <54E7D0B3.7040800@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index a935ddc..527b3c7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,7 +53,7 @@ On 02/18/2015 02:07 AM, Lukasz Majewski wrote: > + ret = of_property_count_elems_of_size(np, "cooling-levels", > + sizeof(u32)); > + -> + if (ret == -EINVAL) +> + if (ret = -EINVAL) > + return 0; The function returns -EINVAL if there is no such property, @@ -120,3 +120,9 @@ returns -ENOSYS, which is returned, causing the driver to fail loading. > } > > + + +_______________________________________________ +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 d0022af..e100157 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\01424254056-5904-1-git-send-email-l.majewski@samsung.com\0" "ref\01424254056-5904-8-git-send-email-l.majewski@samsung.com\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree\0" - "Date\0Fri, 20 Feb 2015 16:26:27 -0800\0" + "Subject\0Re: [lm-sensors] [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree\0" + "Date\0Sat, 21 Feb 2015 00:26:27 +0000\0" "To\0Lukasz Majewski <l.majewski@samsung.com>" Eduardo Valentin <edubezval@gmail.com> Kamil Debski <k.debski@samsung.com> @@ -76,7 +76,7 @@ "> +\tret = of_property_count_elems_of_size(np, \"cooling-levels\",\n" "> +\t\t\t\t\t sizeof(u32));\n" "> +\n" - "> +\tif (ret == -EINVAL)\n" + "> +\tif (ret = -EINVAL)\n" "> +\t\treturn 0;\n" "\n" "The function returns -EINVAL if there is no such property,\n" @@ -142,6 +142,12 @@ "> \treturn 0;\n" "> }\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 -6fbcac0ecec7231dc93f9f19c6a83c8f8d16504c403c451efa08dc793f9d6339 +d95b3794edb81cf01dafe53c416a6361291d66322693975366b8cbd7b4babe58
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.