[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bxojzupzygifyhvjj4wwneyzvsbe5nr6fqsvy2xzjyxyban34p@756t6bmzutro>
Date: Tue, 6 May 2025 13:47:08 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: "Yo-Jung (Leo) Lin" <leo.lin@...onical.com>,
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 i2c-host tree
Hi Stephen,
On Tue, May 06, 2025 at 07:11:14PM +1000, Stephen Rothwell wrote:
> After merging the i2c-host tree, today's linux-next build (i386 defconfig)
> failed like this:
>
> drivers/i2c/busses/i2c-i801.c: In function 'i801_probe_optional_targets':
> drivers/i2c/busses/i2c-i801.c:1180:54: error: 'struct i801_priv' has no member named 'mux_pdev'
> 1180 | if (!IS_ENABLED(CONFIG_I2C_I801_MUX) || !priv->mux_pdev) {
uh yes, priv->mux_pdev is defined under CONFIG_I2C_I801_MUX.
Thanks Stephen! I will add this conditional compile test in my
flow.
I will revert the commit for now, as well.
Thank you,
Andi
Powered by blists - more mailing lists