[PATCHv4 05/11] of: pci: add registry of MSI chips
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Fri Jul 5 18:06:55 EDT 2013
Dear Bjorn Helgaas,
On Fri, 5 Jul 2013 15:56:55 -0600, Bjorn Helgaas wrote:
> > +int of_msi_chip_add(struct msi_chip *chip)
> > +{
> > + if (! of_property_read_bool(chip->of_node, "msi-controller"))
>
> The space between "! of_property..." is atypical.
Indeed.
> > +struct msi_chip *of_find_msi_chip_by_node(struct device_node *of_node)
> > +{
> > + struct msi_chip *c;
>
> Normally there's a blank line here.
>
> The list traversal below isn't safe, is it? A simultaneous remove,
> e.g., of an MSI chip unrelated to the one we're looking up, might
> change the list while we're traversing it.
True, will fix!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
More information about the linux-arm-kernel
mailing list