From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 57238DDEDF for ; Wed, 3 Jan 2007 09:57:03 +1100 (EST) Date: Tue, 2 Jan 2007 16:55:52 -0600 From: Olof Johansson To: Nathan Lynch Subject: Re: [PATCH] fix unbalanced uses of of_node_put Message-ID: <20070102165552.054ccd1f@localhost.localdomain> In-Reply-To: <20070102223706.GB6279@localdomain> References: <20070102223706.GB6279@localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2 Jan 2007 16:37:06 -0600 Nathan Lynch wrote: > The (maple|pasemi)_init_IRQ functions call of_node_put(root) once more > than they should, causing the refcount of the root node to underflow, > which triggers the WARN_ON in kref_get. > > Signed-off-by: Nathan Lynch Acked-by: Olof Johansson Thanks for fixing this, Nathan. Thanks, Olof