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

Commit 1217c48f authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

iio: use iio_push_to_buffer() in at91 driver

parent e1562ef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static irqreturn_t at91_adc_trigger_handler(int irq, void *p)
		*timestamp = pf->timestamp;
	}

	buffer->access->store_to(buffer, (u8 *)st->buffer);
	iio_push_to_buffer(buffer, st->buffer);

	iio_trigger_notify_done(idev->trig);