[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2] xen: workaround missing device_type property in pci/pcie nodes
On Tue, 9 Feb 2021, Andrew Cooper wrote: > On 09/02/2021 19:53, Stefano Stabellini wrote: > > diff --git a/xen/common/device_tree.c b/xen/common/device_tree.c > > index 18825e333e..f1a96a3b90 100644 > > --- a/xen/common/device_tree.c > > +++ b/xen/common/device_tree.c > > @@ -563,14 +563,28 @@ static unsigned int dt_bus_default_get_flags(const > > __be32 *addr) > > * PCI bus specific translator > > */ > > > > +static bool_t dt_node_is_pci(const struct dt_device_node *np) > > +{ > > + bool is_pci = !strcmp(np->name, "pcie") || !strcmp(np->name, "pci"); > > + > > + if (is_pci) > > bool on the function, and spaces here, which I'm sure you can fix while > committing :) Oops, thanks Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |