Josh Boyer wrote:
> On Fri, 14 Dec 2007 16:17:36 -0600
> Scott Wood <[EMAIL PROTECTED]> wrote:
>
> > +   child = NULL;
> > +   while ((child = of_get_next_child(ofdev->node, child)))
> > +           if (of_device_is_compatible(child, "fsl,elbc-fcm-nand"))
> > +                   fsl_elbc_chip_probe(ctrl, child);
> 
> Don't you need some of_node_put calls here?

The of_... iterators do of_node_put() for you as long as you don't
break out of the loop early.

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to