From: Alex Chiang Date: Wed, 4 Feb 2009 18:25:22 +0000 (-0700) Subject: PCI: enhance physical slot debug information X-Git-Tag: v2.6.30-rc1~419^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62795041418dd63cd9ff6ff7bbdf1d1c513c189b;p=pandora-kernel.git PCI: enhance physical slot debug information Convert usages of pr_debug to dev_dbg and add physical slot name. Note that we use dev_dbg on the struct pci_bus and still manually print out the PCI slot number (instead of calling dev_dbg on a pci_dev) because a struct pci_bus with empty physical slots will not have any pci_devs. Reviewed-by: Andrew Patterson Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed