diff for duplicates of <51DC4FE0.1080402@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 36f764b..57750bb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -239,7 +239,7 @@ Will do a full review once it is complete. > > ret = wait_for_completion_killable_timeout(&dht11->completion, > HZ); -> if (ret == 0) { +> if (ret = 0) { > dev_err(&iio_dev->dev, > "Only %d signal edges detected\n", > dht11->num_edges); @@ -254,9 +254,9 @@ Will do a full review once it is complete. > } > > ret = IIO_VAL_INT; -> if (chan->channel == 0) +> if (chan->channel = 0) > *val = dht11->temperature_raw * 100; -> else if (chan->channel == 1) +> else if (chan->channel = 1) > *val = dht11->humidity_raw; > else > ret = -EINVAL; @@ -281,8 +281,7 @@ Will do a full review once it is complete. > /* TODO: Consider making the handler safe for IRQ sharing */ > if (dht11->num_edges < EDGES_PER_READ && dht11->num_edges >= 0) { > dht11->edges[dht11->num_edges].ts = iio_get_time_ns(); -> dht11->edges[dht11->num_edges++].value = -> gpio_get_value(dht11->gpio); +> dht11->edges[dht11->num_edges++].value > gpio_get_value(dht11->gpio); > } > > if (dht11->num_edges >= EDGES_PER_READ) @@ -397,4 +396,9 @@ Will do a full review once it is complete. > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -> +> + +_______________________________________________ +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 dc6dbfc..0621b4a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0E1UwWkL-0000pI-8V@stardust.g4.wien.funkfeuer.at\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" - "Subject\0Re: humidity sensors\0" - "Date\0Tue, 09 Jul 2013 19:01:04 +0100\0" + "Subject\0Re: [lm-sensors] humidity sensors\0" + "Date\0Tue, 09 Jul 2013 18:01:04 +0000\0" "To\0Harald Geyer <harald@ccbib.org>\0" "Cc\0linux-iio@vger.kernel.org" Guenter Roeck <linux@roeck-us.net> @@ -250,7 +250,7 @@ "> \n" "> \t\tret = wait_for_completion_killable_timeout(&dht11->completion,\n" "> \t\t\t\t\t\t\t\t HZ);\n" - "> \t\tif (ret == 0) {\n" + "> \t\tif (ret = 0) {\n" "> \t\t\tdev_err(&iio_dev->dev,\n" "> \t\t\t\t\t\"Only %d signal edges detected\\n\",\n" "> \t\t\t\t\tdht11->num_edges);\n" @@ -265,9 +265,9 @@ "> \t}\n" "> \n" "> \tret = IIO_VAL_INT;\n" - "> \tif (chan->channel == 0)\n" + "> \tif (chan->channel = 0)\n" "> \t\t*val = dht11->temperature_raw * 100;\n" - "> \telse if (chan->channel == 1)\n" + "> \telse if (chan->channel = 1)\n" "> \t\t*val = dht11->humidity_raw;\n" "> \telse\n" "> \t\tret = -EINVAL;\n" @@ -292,8 +292,7 @@ "> \t/* TODO: Consider making the handler safe for IRQ sharing */\n" "> \tif (dht11->num_edges < EDGES_PER_READ && dht11->num_edges >= 0) {\n" "> \t\tdht11->edges[dht11->num_edges].ts = iio_get_time_ns();\n" - "> \t\tdht11->edges[dht11->num_edges++].value =\n" - "> \t\t\t\t\t\tgpio_get_value(dht11->gpio);\n" + "> \t\tdht11->edges[dht11->num_edges++].value > \t\t\t\t\t\tgpio_get_value(dht11->gpio);\n" "> \t}\n" "> \n" "> \tif (dht11->num_edges >= EDGES_PER_READ)\n" @@ -408,6 +407,11 @@ "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n" "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -9252b2bedf2f2cba047bd6b558d05bfd485d776e62d89377fd5727daa36b62a1 +34b3ec44518d841a4e05b3c910a5b09604b2c1448952e1acc6112d2f6a67d3e8
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.