[PATCH v8 13/20] PCI/ERR: Add printk level to pcie_print_tlp_log()
Lukas Wunner
lukas at wunner.de
Wed May 28 16:38:51 AEST 2025
On Thu, May 22, 2025 at 06:21:19PM -0500, Bjorn Helgaas wrote:
> @@ -130,6 +132,6 @@ void pcie_print_tlp_log(const struct pci_dev *dev,
> }
> }
>
> - pci_err(dev, "%sTLP Header%s: %s\n", pfx,
> + dev_printk(level, &dev->dev, "%sTLP Header%s: %s\n", pfx,
> log->flit ? " (Flit)" : "", buf);
> }
Nit: pci_printk() ?
The definition in include/linux/pci.h was retained by fab874e12593.
More information about the Linuxppc-dev
mailing list