Re: [PATCH v10 04/14] iio: afe: rescale: expose scale processing function

From: Andy Shevchenko
Date: Tue Dec 21 2021 - 00:44:34 EST


On Tue, Dec 21, 2021 at 7:20 AM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Monday, December 20, 2021, Liam Beguin <liambeguin@xxxxxxxxx> wrote:

...

>> + tmp = *val * 1000000000LL;
>
> I see this is the original code, but perhaps use proper SI multipliers here and there?

I mean in a separate change.

>> + do_div(tmp, 1000000000LL);

--
With Best Regards,
Andy Shevchenko