Re: [PATCH 2/2] interconnect: qcom: Add interconnect provider driver for SM8750

From: Konrad Dybcio
Date: Thu Oct 24 2024 - 13:03:14 EST


On 22.10.2024 1:18 AM, Melody Olvera wrote:
> From: Raviteja Laggyshetty <quic_rlaggysh@xxxxxxxxxxx>
>
> Introduce SM8750 interconnect provider driver using the interconnect
> framework.
>
> Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@xxxxxxxxxxx>
> Signed-off-by: Melody Olvera <quic_molvera@xxxxxxxxxxx>
> ---

[...]

> +static struct qcom_icc_bcm *lpass_ag_noc_bcms[] = {
> +};

Drop empty BCM lists, the code handles nulls fine

Konrad