]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb07118a91c16b2fe54079e0065f7ce4d68ce7666
tree1edfccd2c565c1e9ad91554745c4521268d51656
parentff34012c4df0df022c42ea6e38f13594377bfe13
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