mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
powerpc/pci: Reduce log level of PCI I/O space warning
If a PHB has no I/O space, there's no need to make it look like something bad happened, a pr_debug() is plenty enough since this is the case of all our modern POWER chips. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
156d0e290e
commit
cdb1b3424d
@ -1497,9 +1497,9 @@ static void pcibios_setup_phb_resources(struct pci_controller *hose,
|
|||||||
res = &hose->io_resource;
|
res = &hose->io_resource;
|
||||||
|
|
||||||
if (!res->flags) {
|
if (!res->flags) {
|
||||||
pr_info("PCI: I/O resource not set for host"
|
pr_debug("PCI: I/O resource not set for host"
|
||||||
" bridge %s (domain %d)\n",
|
" bridge %s (domain %d)\n",
|
||||||
hose->dn->full_name, hose->global_number);
|
hose->dn->full_name, hose->global_number);
|
||||||
} else {
|
} else {
|
||||||
offset = pcibios_io_space_offset(hose);
|
offset = pcibios_io_space_offset(hose);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user