Re: [GIT PULL] power sequencing updates for v6.11-rc1
From: Linus Torvalds
Date: Tue Jul 16 2024 - 00:30:11 EST
On Mon, 15 Jul 2024 at 19:17, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hmm. Let's see how this all works out, but I already found an annoyance.
.. and another one.
On my Altra box, commit 8fb18619d910 ("PCI/pwrctl: Create platform
devices for child OF nodes of the port node") causes annoying messages
at bootup:
pci 000c:00:01.0: failed to populate child OF nodes (-22)
pci 000c:00:02.0: failed to populate child OF nodes (-22)
.. repeat for every PCI bridge ..
for no obvious reason.
FWIW, -22 is -EINVAL.
Linus