On 09/19/13 13:59, Lars-Peter Clausen wrote: > Makes the code a bit shorter and less ugly. > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Josh Wu <josh.wu@xxxxxxxxx> Applied to the togreg branch of iio.git > --- > drivers/iio/adc/at91_adc.c | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c > index 6da5ebb..ee5f51ca 100644 > --- a/drivers/iio/adc/at91_adc.c > +++ b/drivers/iio/adc/at91_adc.c > @@ -83,13 +83,7 @@ static irqreturn_t at91_adc_trigger_handler(int irq, void *p) > j++; > } > > - if (idev->scan_timestamp) { > - s64 *timestamp = (s64 *)((u8 *)st->buffer + > - ALIGN(j, sizeof(s64))); > - *timestamp = pf->timestamp; > - } > - > - iio_push_to_buffers(idev, st->buffer); > + iio_push_to_buffers_with_timestamp(idev, st->buffer, pf->timestamp); > > iio_trigger_notify_done(idev->trig); > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html