On 11/07/16 16:26, Alison Schofield wrote:
> Use the iio_pollfunc_store_time parameter during triggered buffer
> set-up to get valid timestamps.
> 
> Signed-off-by: Alison Schofield <[email protected]>
> Cc: Daniel Baluta <[email protected]>
Applied to the fixes-togreg-post-rc1 branch of iio.git and
marked for stable.

Oops to all of these ;)

Jonathan
> ---
>  drivers/iio/proximity/as3935.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/proximity/as3935.c b/drivers/iio/proximity/as3935.c
> index 2e3a70e..5656deb 100644
> --- a/drivers/iio/proximity/as3935.c
> +++ b/drivers/iio/proximity/as3935.c
> @@ -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) {
> 

Reply via email to