Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-microblaze.git] / drivers / iio / humidity / dht11.c
index b459600..d05c6fd 100644 (file)
@@ -174,7 +174,6 @@ static irqreturn_t dht11_handle_irq(int irq, void *data)
        struct iio_dev *iio = data;
        struct dht11 *dht11 = iio_priv(iio);
 
-       /* TODO: Consider making the handler safe for IRQ sharing */
        if (dht11->num_edges < DHT11_EDGES_PER_READ && dht11->num_edges >= 0) {
                dht11->edges[dht11->num_edges].ts = ktime_get_boottime_ns();
                dht11->edges[dht11->num_edges++].value =