PCI: Use resource names in PCI log messages
authorPuranjay Mohan <puranjay12@gmail.com>
Sat, 6 Nov 2021 11:26:06 +0000 (16:56 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Dec 2023 23:28:42 +0000 (17:28 -0600)
commitdc4e6f21c3f844ebc1c52b6920b8ec5dfc73f4e8
treea97fc69e33a6dcd7a89a661643124be9727d40a0
parent65f8e0beac5a495b8f3b387add1f9f4470678cb5
PCI: Use resource names in PCI log messages

Use the pci_resource_name() to get the name of the resource and use it
while printing log messages.

[bhelgaas: rename to match struct resource * names, also use names in other
BAR messages]
Link: https://lore.kernel.org/r/20211106112606.192563-3-puranjay12@gmail.com
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/iov.c
drivers/pci/pci.c
drivers/pci/probe.c
drivers/pci/quirks.c
drivers/pci/setup-bus.c
drivers/pci/setup-res.c