]> git.baikalelectronics.ru Git - kernel.git/commit
x86/PCI: get rid of redundant log messages
authorJiang Liu <jiang.liu@huawei.com>
Fri, 22 Jun 2012 06:55:19 +0000 (14:55 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 22 Jun 2012 21:17:13 +0000 (15:17 -0600)
commit3b62e2733eb058561e7b136b885b1687d869314f
tree7933e4e8072c8900d5e95adc8f4773fc7932377a
parent785b9d13159d24226af728ba1dc1c1eac6581ebe
x86/PCI: get rid of redundant log messages

For each resource of a PCI host bridge, the arch code and PCI
code log following messages.  We don't need both, so drop the
arch-specific printing.

    pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af]
    pci_bus 0000:00: root bus resource [io  0x0000-0x03af]

Reviewed-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jiang Liu <liuj97@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/acpi.c