diff for duplicates of <20150223171336.2e09ce50@amdc2363> diff --git a/a/1.txt b/N1/1.txt index 7b2bc15..db4937a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ Hi Guenter, > > + 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, @@ -164,3 +164,8 @@ Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group + +_______________________________________________ +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 3cbdab9..ac83668 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\01424254056-5904-8-git-send-email-l.majewski@samsung.com\0" "ref\054E7D0B3.7040800@roeck-us.net\0" "From\0Lukasz Majewski <l.majewski@samsung.com>\0" - "Subject\0Re: [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree\0" - "Date\0Mon, 23 Feb 2015 17:13:36 +0100\0" + "Subject\0Re: [lm-sensors] [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree\0" + "Date\0Mon, 23 Feb 2015 16:13:36 +0000\0" "To\0Guenter Roeck <linux@roeck-us.net>\0" "Cc\0Eduardo Valentin <edubezval@gmail.com>" Kamil Debski <k.debski@samsung.com> @@ -83,7 +83,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" @@ -187,6 +187,11 @@ "\n" "Lukasz Majewski\n" "\n" - Samsung R&D Institute Poland (SRPOL) | Linux Platform Group + "Samsung R&D Institute Poland (SRPOL) | Linux Platform Group\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -581fa77c594837f474db83e00088b74a22e44383afcd4729ceb9012e68615bbc +bbd100e4ad055891fe5c6f6d55c600fae7aa614959580ccb7b0304bcd98ad367
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.