Re: [PATCH v1 4/5] iio: accel: bma400: Add separate channel for step counter

From: Andy Shevchenko
Date: Mon Mar 21 2022 - 04:44:22 EST


On Sat, Mar 19, 2022 at 8:10 PM Jagath Jog J <jagathjog1996@xxxxxxxxx> wrote:

> + {
> + .type = IIO_STEPS,
> + .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) |
> + BIT(IIO_CHAN_INFO_ENABLE),
> + .scan_index = -1, /* No buffer support */
> + },

> +

One more thing, seems like a stray blank line addition.

> IIO_CHAN_SOFT_TIMESTAMP(4),
> };

--
With Best Regards,
Andy Shevchenko