[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aOpAO7j0Uyo6FPcu@gmail.com>
Date: Sat, 11 Oct 2025 11:32:11 +0000
From: Vaibhav Gupta <vaibhavgupta40@...il.com>
To: Michael Büsch <mb@...s.ch>
Cc: kernel test robot <lkp@...el.com>, oe-kbuild-all@...ts.linux.dev,
Bjorn Helgaas <helgaas@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1] driver: gpio-bt8xx: use generic PCI PM
On Sat, Oct 11, 2025 at 12:26:12PM +0200, Michael Büsch wrote:
> On Sat, 11 Oct 2025 09:43:54 +0800
> kernel test robot <lkp@...el.com> wrote:
>
> > Hi Vaibhav,
> >
> > kernel test robot noticed the following build errors:
>
> > drivers/gpio/gpio-bt8xx.c: In function 'bt8xxgpio_suspend':
> > >> drivers/gpio/gpio-bt8xx.c:233:19: error: 'struct bt8xxgpio' has no member named 'saved_outen'
> > 233 | bg->saved_outen = bgread(BT848_GPIO_OUT_EN);
> > | ^~
>
>
> It looks like the
> #ifdef CONFIG_PM
> must be removed from struct bt8xxgpio definition.
>
> --
> Michael Büsch
> https://bues.ch/
Hello Michael,
Ah yes, this macro somehow got overlooked by me. I will send a v2.
Thanks for the review!
Regards,
Vaibhav
Powered by blists - more mailing lists