Re: [PATCH v6 4/6] iio: pressure: dps310: add triggered buffer support

From: Rupesh Majhi

Date: Fri Sep 18 2026 - 08:35:13 EST


On Mon, 31 Aug 2026 02:14:41 +0100
Jonathan Cameron <jic23@xxxxxxxxxx> wrote:

> As this isn't filling in the timestamp, I think you'd be better
> passing s32 channels[__at_least 2] as that final parameter.

There is no __at_least in the tree and nothing in IIO uses [static N], so
it is a plain s32 channels[2].

Rupesh