kernel/drivers/iio/adc/ad7791.c
.. .. @@ -253,7 +253,7 @@ 253 253 .has_registers = true, 254 254 .addr_shift = 4, 255 255 .read_mask = BIT(3), 256 - .irq_flags = IRQF_TRIGGER_LOW,256 + .irq_flags = IRQF_TRIGGER_FALLING,257 257 }; 258 258 259 259 static int ad7791_read_raw(struct iio_dev *indio_dev,