X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fiio%2Fpressure%2Fmpl3115.c;h=6392d7b62841024e237cc5a4d19bdb5b0fbb18b5;hb=d05d7f40791c;hp=01b2e0b1887881910874a43fb7efec4c4298a609;hpb=75d43b2d0a323ba894d85060888f039e41b441ca;p=karo-tx-linux.git diff --git a/drivers/iio/pressure/mpl3115.c b/drivers/iio/pressure/mpl3115.c index 01b2e0b18878..6392d7b62841 100644 --- a/drivers/iio/pressure/mpl3115.c +++ b/drivers/iio/pressure/mpl3115.c @@ -171,7 +171,7 @@ static irqreturn_t mpl3115_trigger_handler(int irq, void *p) mutex_unlock(&data->lock); iio_push_to_buffers_with_timestamp(indio_dev, buffer, - iio_get_time_ns()); + iio_get_time_ns(indio_dev)); done: iio_trigger_notify_done(indio_dev->trig);