On Mon, Dec 18, 2017 at 07:16:12PM -0600, Frederick Lawler wrote: > Replace current uses of dev_<level> with pci_<level> by adding and using > PCI specific fuctions. > > Frederick Lawler (2): > PCI: Create minor pci_dev log wrapper functions > PCI: Replace calls from dev_<level> to pci_<level> > > drivers/pci/access.c | 6 +- > drivers/pci/bus.c | 4 +- > drivers/pci/iov.c | 10 +-- > drivers/pci/irq.c | 6 +- > drivers/pci/msi.c | 6 +- > drivers/pci/pci-acpi.c | 2 +- > drivers/pci/pci-stub.c | 2 +- > drivers/pci/pci-sysfs.c | 10 +-- > drivers/pci/pci.c | 76 ++++++++--------- > drivers/pci/probe.c | 74 ++++++++--------- > drivers/pci/quirks.c | 198 ++++++++++++++++++++++----------------------- > drivers/pci/rom.c | 4 +- > drivers/pci/setup-bus.c | 44 +++++----- > drivers/pci/setup-irq.c | 4 +- > drivers/pci/setup-res.c | 38 ++++----- > drivers/pci/vc.c | 16 ++-- > drivers/pci/xen-pcifront.c | 16 ++-- > include/linux/pci.h | 91 +++++++++++++++++++++ > 18 files changed, 349 insertions(+), 258 deletions(-) Applied to pci/misc for v4.16, thanks! I also updated a few more files in hotplug, AER, ASPM, PME, and PTM, so if it breaks, it's probably my fault.