]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
powerpc/pci: Don't try to allocate resources that will be reassigned
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 8 Jul 2016 06:37:18 +0000 (16:37 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 17 Jul 2016 06:42:49 +0000 (16:42 +1000)
commit9a1a70ae1545c99ed685431c2ab6c4a2c58625de
tree3a195dc0d2aaa4baacc6da8d3d277d89d4ebb7aa
parent08a45b320a0ec76866acca7db2fe2647387e5c21
powerpc/pci: Don't try to allocate resources that will be reassigned

When we know we will reassign all resources, trying (and failing)
to allocate them initially is fairly pointless and leads to a lot
of scary messages in the kernel log

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/pci-common.c