[PATCH] ppc: vio of_node_put cleanup
Segher Boessenkool
segher at kernel.crashing.org
Wed Jan 3 00:55:40 EST 2007
> static void __devinit vio_dev_release(struct device *dev)
> {
> - if (dev->archdata.of_node) {
> - /* XXX should free TCE table */
> - of_node_put(dev->archdata.of_node);
> - }
> + /* XXX should free TCE table */
> + of_node_put(dev->archdata.of_node);
> kfree(to_vio_dev(dev));
> }
The comment used to be inside the "if" block, is this
change correct?
[And, do we want all these changes anyway? I don't care
either way, both sides have their pros and their cons --
just asking :-) ]
Segher
More information about the Linuxppc-dev
mailing list