Re: [PATCH] iio: adc: rtq6056: Correct the sign bit index
From: Jonathan Cameron
Date: Sat Sep 20 2025 - 06:58:23 EST
On Thu, 18 Sep 2025 07:45:03 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> On 9/17/25 10:10 PM, cy_huang@xxxxxxxxxxx wrote:
> > From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
> >
> > The vshunt/current reported register is a signed 16bit integer. The
> > sign bit index should be '15', not '16'.
> >
> > Fixes: 4396f45d211b ("iio: adc: Add rtq6056 support")
> > Reported-by: Andy Hsu <andy_ya_hsu@xxxxxxxxxx>
> > Signed-off-by: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
> > ---
> Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>
>
>
Hi.
I'm not planning to do another fixes pull before the merge
window, so I've queued this up for early next cycle and marked
it for stable so it will get backported.
Thanks
Jonathan