Re: [PATCH 3/4] iio: hid-sensor-temperature: Fix issues of timestamp channel

2021-03-06 Thread Jonathan Cameron
On Wed, 3 Mar 2021 14:36:14 +0800 Ye Xiang wrote: > This patch fixes 2 issues of timestamp channel: > 1. This patch ensures that there is sufficient space and correct > alignment for the timestamp. > 2. Correct the timestamp channel scan index. This isn't technically a bug because channel index

[PATCH 3/4] iio: hid-sensor-temperature: Fix issues of timestamp channel

2021-03-03 Thread Ye Xiang
This patch fixes 2 issues of timestamp channel: 1. This patch ensures that there is sufficient space and correct alignment for the timestamp. 2. Correct the timestamp channel scan index. Fixes: 59d0f2da3569 ("iio: hid: Add temperature sensor support") Signed-off-by: Ye Xiang --- drivers/iio/temp