[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1d71f3b2-5964-fc31-3ca8-686b37dfc622@quicinc.com>
Date: Mon, 5 Aug 2024 12:09:45 +0530
From: "Satya Priya Kakitapalli (Temp)" <quic_skakitap@...cinc.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, Andy Gross <agross@...nel.org>
CC: Bjorn Andersson <andersson@...nel.org>,
Linux Kernel Mailing List
<linux-kernel@...r.kernel.org>,
Linux Next Mailing List
<linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the qcom tree
Hi Stephen, Bjorn,
Apologies for the error, I have posted a patch [1] to fix it.
[1]
https://lore.kernel.org/linux-arm-msm/20240805063049.446091-1-quic_skakitap@quicinc.com/
Thanks,
Satya Priya
On 8/2/2024 5:18 AM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the qcom tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/clk/qcom/camcc-sm8150.c: In function 'cam_cc_sm8150_probe':
> drivers/clk/qcom/camcc-sm8150.c:2141:36: error: passing argument 1 of 'qcom_cc_really_probe' from incompatible pointer type [-Werror=incompatible-pointer-types]
> 2141 | ret = qcom_cc_really_probe(pdev, &cam_cc_sm8150_desc, regmap);
> | ^~~~
> | |
> | struct platform_device *
> In file included from drivers/clk/qcom/camcc-sm8150.c:21:
> drivers/clk/qcom/common.h:72:48: note: expected 'struct device *' but argument is of type 'struct platform_device *'
> 72 | extern int qcom_cc_really_probe(struct device *dev,
> | ~~~~~~~~~~~~~~~^~~
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> ea73b7aceff6 ("clk: qcom: Add camera clock controller driver for SM8150")
>
> I have used the qcom tree from next-20240801 for today.
>
Powered by blists - more mailing lists