sparc64: Properly claim resources as each PCI bus is probed.
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Aug 2014 06:29:09 +0000 (23:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Aug 2014 04:17:49 +0000 (21:17 -0700)
Perform a pci_claim_resource() on all valid resources discovered
during the OF device tree scan.

Based almost entirely upon the PCI OF bus probing code which does
the same thing there.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found