[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Ve9cJ9+UuimxD33h-2oDz0ESx640=-0rPbjnk0AVvFfeQ@mail.gmail.com>
Date: Mon, 21 Mar 2022 10:42:19 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Jagath Jog J <jagathjog1996@...il.com>
Cc: Dan Robertson <dan@...obertson.com>,
Jonathan Cameron <jic23@...nel.org>,
linux-iio <linux-iio@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1 4/5] iio: accel: bma400: Add separate channel for step counter
On Sat, Mar 19, 2022 at 8:10 PM Jagath Jog J <jagathjog1996@...il.com> wrote:
>
> Added channel for step counter which can be enable or disable
> through the sysfs interface.
...
> + u32 steps_raw;
I would expect this to be u8 ...[3].
...
> + ret = regmap_bulk_read(data->regmap, BMA400_STEP_CNT0_REG,
> + &steps_raw, 3 * sizeof(u8));
sizeof(&steps_raw);
...
> + *val = steps_raw & 0x00FFFFFF;
And here it seems to be be24_to_cpu() like Jonathan mentioned,
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists