Re: [PATCH v7] iio: frequency: ad9832: simplify bitwise math
From: Joshua Crofts
Date: Tue Apr 28 2026 - 02:40:56 EST
On Sun, 19 Apr 2026 at 20:36, Joshua Crofts <joshua.crofts1@xxxxxxxxx> wrote:
>
> Refactor the ad9832_calc_freqreg by removing the redundant u64 casts
> and 1L bitwise left shift and replacing the multiplication by a bit
> shift, as multiplying integers by a power of two is identical to a
> bitwise left shift.
FYI.
--
Kind regards
CJD