From: Nathan Lynch Date: Tue, 2 Jan 2007 22:37:06 +0000 (-0600) Subject: [POWERPC] Fix unbalanced uses of of_node_put X-Git-Tag: v2.6.20-rc5~35^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e264a5215e4b703b1bbeb2910ea4441886be8d7;p=pandora-kernel.git [POWERPC] Fix unbalanced uses of of_node_put 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed