diff for duplicates of <568FD131.4080308@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 69598e5..2f8ab9c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -81,12 +81,12 @@ the wrong approach. >>> + goto abort; >>> + } >>> + /* Single-shot mode, wait for conversion to complete */ ->>> + if ((val & LTC2990_STATUS_BUSY) = 0) +>>> + if ((val & LTC2990_STATUS_BUSY) == 0) >> >> if (!(...)) >> >>> + break; ->>> + if (--timeout = 0) { +>>> + if (--timeout == 0) { >>> + ret = ERR_PTR(-ETIMEDOUT); >>> + goto abort; >>> + } @@ -112,9 +112,3 @@ but it may be a problem for others. A fixed large delay would make the situation even worse. Guenter - - -_______________________________________________ -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 fcaefa0..fcbb612 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\0568D3127.5090901@roeck-us.net\0" "ref\0568EB58C.3090701@topic.nl\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [lm-sensors] [PATCH] hwmon: Add LTC2990 sensor driver\0" - "Date\0Fri, 08 Jan 2016 15:09:37 +0000\0" + "Subject\0Re: [PATCH] hwmon: Add LTC2990 sensor driver\0" + "Date\0Fri, 8 Jan 2016 07:09:37 -0800\0" "To\0Mike Looijmans <mike.looijmans@topic.nl>" " lm-sensors@lm-sensors.org\0" "Cc\0jdelvare@suse.com" @@ -93,12 +93,12 @@ ">>> + goto abort;\n" ">>> + }\n" ">>> + /* Single-shot mode, wait for conversion to complete */\n" - ">>> + if ((val & LTC2990_STATUS_BUSY) = 0)\n" + ">>> + if ((val & LTC2990_STATUS_BUSY) == 0)\n" ">>\n" ">> if (!(...))\n" ">>\n" ">>> + break;\n" - ">>> + if (--timeout = 0) {\n" + ">>> + if (--timeout == 0) {\n" ">>> + ret = ERR_PTR(-ETIMEDOUT);\n" ">>> + goto abort;\n" ">>> + }\n" @@ -123,12 +123,6 @@ "but it may be a problem for others. A fixed large delay would make the situation\n" "even worse.\n" "\n" - "Guenter\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Guenter -b7ac01062f0cc85e2d31252e2e98b8e49f634695c4b171a9cc6850bcd988a0cc +c914d3fbbbdf6b556119076ac37dc5945d23c0f64f6d78a90c2952ab21a3003e
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.