[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250806115409.000037cd@huawei.com>
Date: Wed, 6 Aug 2025 11:54:09 +0100
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: <dan.j.williams@...el.com>
CC: <linux-coco@...ts.linux.dev>, <linux-pci@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <bhelgaas@...gle.com>, <aik@....com>,
<lukas@...ner.de>
Subject: Re: [PATCH v4 03/10] PCI: Introduce pci_walk_bus_reverse(),
for_each_pci_dev_reverse()
> > > +enum pci_search_direction {
> > > + PCI_SEARCH_FORWARD,
> > > + PCI_SEARCH_REVERSE,
> > > +};
> > > +
> >
> > I don't really care, but given there are only two sane directions maybe
> > a bool reverse as a parameter to __pci_get_subsys() would be sufficient?
>
> I dislike reading:
>
> return __pci_get_subsys(vendor, device, ss_vendor, ss_device, from, false);
>
> ...in isolation where I must walk the symbol to the function to figure
> out what that parameter means vs:
>
> return __pci_get_subsys(vendor, device, ss_vendor, ss_device, from,
> PCI_SEARCH_FORWARD);
>
> ...which is immediately clear.
Fair enough.
>
> >
Powered by blists - more mailing lists