Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8adf645 authored by Alison Schofield's avatar Alison Schofield Committed by Jonathan Cameron
Browse files

iio: proximity: as3935: set up buffer timestamps for non-zero values



Use the iio_pollfunc_store_time parameter during triggered buffer
set-up to get valid timestamps.

Signed-off-by: default avatarAlison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 3c68858d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ static int as3935_probe(struct spi_device *spi)
		return ret;
	}

	ret = iio_triggered_buffer_setup(indio_dev, NULL,
	ret = iio_triggered_buffer_setup(indio_dev, iio_pollfunc_store_time,
		&as3935_trigger_handler, NULL);

	if (ret) {