commit | a0b8e76facbb1f12e4b43a2b7b88bd5d18a3faf5 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat May 04 14:22:57 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon May 06 09:25:41 2013 +1000 |
tree | 1edfccd2c565c1e9ad91554745c4521268d51656 | |
parent | 4ea9008b75cdd6781207b73f4c01b6a877a0bb60 [diff] |
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>