Re: [PATCH v1 1/1] clk: fractional-divider: Use bit operations consistently

From: Stephen Boyd
Date: Fri Mar 08 2024 - 20:07:27 EST


Quoting Andy Shevchenko (2024-03-03 04:07:32)
> Use BIT() where makes sense. This alings usage of bit operations
> in the same pieces of code. Moreover, strictly speaking by the
> letter of the C standard, left shift of 1 by 31 bits is UB (undefined
> behaviour), switching to BIT() addresses that as well.
>
> Signed-off-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
> ---

Applied to clk-next