diff for duplicates of <53683D38.7010904@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 882ce4c..bde55c1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,7 +45,8 @@ Comments below. But I don't think you tested this with real HW, did you ? :-) > +++ b/Documentation/hwmon/shtc1 > @@ -0,0 +1,41 @@ > +Kernel driver shtc1 -> +=========> + +> +=================== +> + > +Supported chips: > + * Sensirion SHTC1 > + Prefix: 'shtc1' @@ -301,7 +302,7 @@ above; you don't need any comments here. > +out: > + mutex_unlock(&data->update_lock); > + -> + return ret = 0 ? data : ERR_PTR(ret); +> + return ret == 0 ? data : ERR_PTR(ret); > +} > + > +static ssize_t shtc1_show_temperature(struct device *dev, @@ -480,9 +481,3 @@ You don't need to keep hwmon_dev in the data structure. Just use a local variabl > + > +#endif /* __SHTC1_H_ */ > - - -_______________________________________________ -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 c0dedbe..528169b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,8 +4,8 @@ "ref\020140502231528.GA5157@roeck-us.net\0" "ref\01399338214.24993.10.camel@ltli10.sensirion.lokal\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [lm-sensors] [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor\0" - "Date\0Tue, 06 May 2014 01:39:04 +0000\0" + "Subject\0Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor\0" + "Date\0Mon, 05 May 2014 18:39:04 -0700\0" "To\0Tomas Pop <tomas.pop.mff@gmail.com>\0" "Cc\0jdelvare@suse.de <jdelvare@suse.de>" lm-sensors@lm-sensors.org @@ -60,7 +60,8 @@ "> +++ b/Documentation/hwmon/shtc1\n" "> @@ -0,0 +1,41 @@\n" "> +Kernel driver shtc1\n" - "> +=========> +\n" + "> +===================\n" + "> +\n" "> +Supported chips:\n" "> + * Sensirion SHTC1\n" "> + Prefix: 'shtc1'\n" @@ -316,7 +317,7 @@ "> +out:\n" "> +\tmutex_unlock(&data->update_lock);\n" "> +\n" - "> +\treturn ret = 0 ? data : ERR_PTR(ret);\n" + "> +\treturn ret == 0 ? data : ERR_PTR(ret);\n" "> +}\n" "> +\n" "> +static ssize_t shtc1_show_temperature(struct device *dev,\n" @@ -494,12 +495,6 @@ "> +};\n" "> +\n" "> +#endif /* __SHTC1_H_ */\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 + > -544b97c93020bd8e059b7d74a11a66854287621331ec4d0b9a22baa4df6cdf35 +f3ebc7d8bbfd755854917bddd3f5e75e6fd0cca3c1c1708e628dcc1360f2560b
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.