From: Bjorn Helgaas Date: Mon, 15 Jun 2015 21:28:29 +0000 (-0500) Subject: PCI: pciehp: Clean up debug logging X-Git-Tag: omap-for-v4.2/fixes-rc1^2~159^2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3784e0c6b02d4fa0966abb01b74eedeb8cd64603;p=pandora-kernel.git PCI: pciehp: Clean up debug logging The pciehp debug logging is overly verbose and often redundant. Almost all of the information printed by dbg_ctrl() is also printed by the normal PCI core enumeration code and by pcie_init(). Remove the redundant debug info. When claiming a pciehp bridge, we print the slot characteristics, e.g., Slot #6 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+ Add the Hot-Plug Capable and Hot-Plug Surprise bits to this information, and print it all in the same order as lspci does. No functional change except the message text changes. Signed-off-by: Bjorn Helgaas Reviewed-by: Rajat Jain Acked-by: Yinghai Lu --- Reading git-diff-tree failed