Re: [PATCH v3 RESEND 0/5] Add QCM2290 interconnect support

From: Shawn Guo
Date: Tue Dec 14 2021 - 19:17:19 EST


On Tue, Dec 14, 2021 at 01:24:37PM +0200, Georgi Djakov wrote:
> Hi Shawn,
>
> On 14.12.21 11:30, Shawn Guo wrote:
> > Changes for v3 resend:
> > - Rebase on linux-next
>
> Did you try compiling it? There is one more driver where we need to
> add the QoS type, otherwise I see this error:
>
> drivers/interconnect/qcom/msm8996.c:1884:3: error: ‘const struct
> qcom_icc_desc’ has no member named ‘is_bimc_node’
> 1884 | .is_bimc_node = true,

Oops! I did compile, but just noticed that INTERCONNECT_QCOM_MSM8996 was
not enabled in my defconfig. I will fix it with v4. Sorry about that,
and thanks for spotting the error, Georgi!

Shawn