]> git.itanic.dy.fi Git - linux-stable/commit
PCI/ASPM: Convert printk() to pr_*() and add include
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 15 Sep 2023 15:57:52 +0000 (18:57 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Oct 2023 21:03:52 +0000 (16:03 -0500)
commit3be31e95f3db18794139dcbdac1f370ee677f6ac
tree93d7137f3482952bc9223ee39dac92cc7b7b5b38
parent3c4f460480b0696e3cd0b019ba7915c57923961c
PCI/ASPM: Convert printk() to pr_*() and add include

Convert printk(KERN_INFO ...) to pr_info() and add the correct include
for it.

Link: https://lore.kernel.org/r/20230915155752.84640-8-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aspm.c