[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8c56e786b692bf9400c7f66b5d3e17b0.sboyd@kernel.org>
Date: Fri, 08 Mar 2024 17:07:15 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Andy Shevchenko <andy.shevchenko@...il.com>, linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Michael Turquette <mturquette@...libre.com>, Andy Shevchenko <andy.shevchenko@...il.com>
Subject: Re: [PATCH v1 1/1] clk: fractional-divider: Use bit operations consistently
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@...il.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists