[PATCH] ppc64: fix use kref for device_node refcounting

2005-01-25 Thread Nathan Lynch
On Mon, 2005-01-24 at 02:15 -0800, Andrew Morton wrote: > ppc64-use-kref-for-device_node-refcounting.patch > ppc64: use kref for device_node refcounting This introduced an unbalanced get/put in of_add_node which would cause newly-added device nodes to be prematurely freed. Sorry for the

[PATCH] ppc64: fix use kref for device_node refcounting

2005-01-25 Thread Nathan Lynch
On Mon, 2005-01-24 at 02:15 -0800, Andrew Morton wrote: ppc64-use-kref-for-device_node-refcounting.patch ppc64: use kref for device_node refcounting This introduced an unbalanced get/put in of_add_node which would cause newly-added device nodes to be prematurely freed. Sorry for the screwup,