Re: [PATCH v2 4/5] clk: qcom: gcc-hawi: Add support for global clock controller on Maili
From: Taniya Das
Date: Fri Jul 24 2026 - 06:05:52 EST
On 7/17/2026 3:41 PM, Konrad Dybcio wrote:
> This is unnecessary/wrong, as desc->num_clks validates the index in
> qcom_cc_clk_hw_get().
>
> Without this, we'd get an -EINVAL, with this we get a silent nullptr
Konrad, I'll update the comment to clarify the rationale behind this
requirement.
/* Maili has more clocks than Hawi. Ensure the array is appropriately
sized and assign the additional clocks in .probe() */
--
Thanks,
Taniya Das