commit | db220b234da9f183b127b9c3077c253b94756e35 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Sep 17 16:03:45 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 03 09:11:29 2007 +1000 |
tree | 529f0fd2e643741f8e668a9f1a45fe847afd25f7 | |
parent | a35e370cfd2ddfb5d2f0ceae376ffeda273b357c [diff] |
[POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node() pci_device_to_OF_node() returns the device node attached to a PCI device, but doesn't actually grab a reference - we need to do it ourselves. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>