Message ID | 20241215182912.481706-3-jic23@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | IIO: Tidying up timestamp alignment markings. | expand |
Hello, this patch is in next as 1b54068b5934a871f1895adc5e5ca4355781eeb7. Maybe it's already to late for that, but if not: $Subject ~= s/io:/iio:/ Best regards Uwe
On Thu, 30 Jan 2025 16:40:04 +0100 Uwe Kleine-König <u.kleine-koenig@baylibre.com> wrote: > Hello, > > this patch is in next as 1b54068b5934a871f1895adc5e5ca4355781eeb7. > > Maybe it's already to late for that, but if not: > > $Subject ~= s/io:/iio:/ > > Best regards > Uwe > Long gone :( It's in mainline. Jonathan
diff --git a/drivers/iio/adc/ina2xx-adc.c b/drivers/iio/adc/ina2xx-adc.c index 48c95e12e791..40d14faa71c5 100644 --- a/drivers/iio/adc/ina2xx-adc.c +++ b/drivers/iio/adc/ina2xx-adc.c @@ -150,7 +150,7 @@ struct ina2xx_chip_info { /* data buffer needs space for channel data and timestamp */ struct { u16 chan[4]; - u64 ts __aligned(8); + aligned_s64 ts; } scan; };