powerpc/pci: Don't add bogus empty resources to PHBs
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 4 May 2013 14:22:57 +0000 (14:22 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 5 May 2013 23:25:41 +0000 (09:25 +1000)
commita0b8e76facbb1f12e4b43a2b7b88bd5d18a3faf5
tree1edfccd2c565c1e9ad91554745c4521268d51656
parent4ea9008b75cdd6781207b73f4c01b6a877a0bb60
powerpc/pci: Don't add bogus empty resources to PHBs

When converting to use the new pci_add_resource_offset() we didn't
properly account for empty resources (0 flags) and add those bogons
to the PHBs. The result is some annoying messages in the log.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/pci-common.c