diff for duplicates of <20120824184505.GA7275@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 3ce8a9e..ff1e59c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -253,7 +253,7 @@ has the same effect as the 5 lines above and is simpler. > + /* Wait for interrupt from ADC */ > + ret = wait_for_completion_timeout(&hwmon->man_adc_rdy, > + msecs_to_jiffies(1000)); -> + if (ret == 0) { +> + if (ret = 0) { > + ret = -EBUSY; Should this be -ETIMEDOUT ? @@ -307,7 +307,7 @@ Should this be -ETIMEDOUT ? > + if (val < 0) > + return val; > + -> + if (channel == DA906X_TJUNC) +> + if (channel = DA906X_TJUNC) > + val += hwmon->tjunc_offset; > + val = da906x_adc_convert(channel, val); @@ -523,4 +523,9 @@ s/paltform/platform/ > -- > 1.7.0.4 > -> +> + +_______________________________________________ +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 e5092c9..60bd630 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\0201208241500@sw-eng-lt-dc-vm2\0" "ref\0201208241505@sw-eng-lt-dc-vm2\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [RFC PATCH 4/8] hwmon: Add DA906x hardware monitoring support.\0" - "Date\0Fri, 24 Aug 2012 11:45:05 -0700\0" + "Subject\0Re: [lm-sensors] [RFC PATCH 4/8] hwmon: Add DA906x hardware monitoring support.\0" + "Date\0Fri, 24 Aug 2012 18:45:05 +0000\0" "To\0Krystian Garbaciak <krystian.garbaciak@diasemi.com>\0" "Cc\0linux-kernel@vger.kernel.org" rtc-linux@googlegroups.com @@ -280,7 +280,7 @@ "> +\t/* Wait for interrupt from ADC */\n" "> +\tret = wait_for_completion_timeout(&hwmon->man_adc_rdy,\n" "> +\t\t\t\t\t msecs_to_jiffies(1000));\n" - "> +\tif (ret == 0) {\n" + "> +\tif (ret = 0) {\n" "> +\t\tret = -EBUSY;\n" "\n" "Should this be -ETIMEDOUT ?\n" @@ -334,7 +334,7 @@ "> +\t\tif (val < 0)\n" "> +\t\t\treturn val;\n" "> +\n" - "> +\t\tif (channel == DA906X_TJUNC)\n" + "> +\t\tif (channel = DA906X_TJUNC)\n" "> +\t\t\tval += hwmon->tjunc_offset;\n" "> +\t\tval = da906x_adc_convert(channel, val);\n" "\n" @@ -550,6 +550,11 @@ "> -- \n" "> 1.7.0.4\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 -d7efe05d53fc209597f5fc7251fe7fd7f7be2432f68b7741058de95dd7da2790 +68935eb5a5c1d7d964bf913d2cf069a7433bbb5135603943bd9f45487dd7eb90
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.