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)
commitf1d25d37d316b8af202e51a4f82df01e12fe2661
tree59169536ef35250f2929cbf2bac5e430324ca619
parent4afba24e5fc2626a3c604ec990539572f6662ff9
sparc64: Properly claim resources as each PCI bus is probed.

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>
arch/sparc/kernel/pci.c