From: Bjorn Helgaas Date: Wed, 10 Dec 2008 20:02:18 +0000 (-0700) Subject: PCI: make PCI bus resource messages more meaningful X-Git-Tag: v2.6.29-rc1~181^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29935282f24a6ce2f0a65c3d77fb7f695461f583;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed