PCI: make PCI bus resource messages more meaningful
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Wed, 10 Dec 2008 20:02:18 +0000 (13:02 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:12:44 +0000 (11:12 -0800)
commit29935282f24a6ce2f0a65c3d77fb7f695461f583
treec2f99a3b4fe45050a1c30ec5b0f0f75dcff90aa8
parent2a9d35219c593bdf46ec21f2b75a6370af7af1b0
PCI: make PCI bus resource messages more meaningful

Change PCI bus resource messages so they have a bit more context
and look like the rest of PCI, e.g.,

    - bus: 00 index 0 io port: [0x00-0xffff]
    - bus: 00 index 1 mmio: [0x000000-0xffffffff]
    + pci 0000:00: bus resource 0 io : [0x00-0xffff]
    + pci 0000:00: bus resource 1 mem: [0x000000-0xffffffff]

This also changes them from KERN_INFO to KERN_DEBUG.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c