Re: [PATCH v2 1/7] clk: qcom: gcc-sm7150: Make clk_init_data const and various fixes
From: Konrad Dybcio
Date: Wed Mar 27 2024 - 17:14:28 EST
On 21.03.2024 9:28 PM, Danila Tikhonov wrote:
> - The clk_init_data structures are never modified, make
> them const.
> - Add missing comma
Highly debatable given you're not expecting to enlarge this enum
> - Add dependencies on "ARM64 or COMPILE_TEST"
Please split this up into two patches (or if you really care about
that comma, I won't snitch on you if you squash it together with adding
const specifiers)
Konrad