commit | 5e264a5215e4b703b1bbeb2910ea4441886be8d7 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <ntl@pobox.com> | Tue Jan 02 16:37:06 2007 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Tue Jan 09 17:03:01 2007 +1100 |
tree | d77db6c86355cc91d4a6373f55af57e9e63c0dad | |
parent | 6aa3e1e9447134ccda8b04b91c4ba8182274a78e [diff] |
[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 <ntl@pobox.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>