[RFC/PATCH 4/4] Add support for MSI on Axon-based Cell systems

Segher Boessenkool segher at kernel.crashing.org
Fri Jun 8 18:47:28 EST 2007


>>> +       for_each_compatible_node(node, NULL, "ibm,axon-msic") {
>>> +               if (axon_msi_setup_one(of_node_get(node)) == 0)
>>> +                       found++;
>>> +       }
>>> +       of_node_put(node);

So where is the of_node_put() done for the of_node_get()
inside the loop?


Segher




More information about the Linuxppc-dev mailing list