Re: [PATCH 1/3] PCI: Cleanup printk logging

2019-05-07 Thread Bjorn Helgaas
Hi Mohan, On Sat, Apr 20, 2019 at 07:03:46AM +0300, Mohan Kumar wrote: > Replace printk with pr_* to avoid checkpatch warnings. This looks fine, and I applied it to pci/printk with the intent of putting it in v5.2. I squashed in some pieces of your second patch, and I'll respond to that one with

[PATCH 1/3] PCI: Cleanup printk logging

2019-04-19 Thread Mohan Kumar
Replace printk with pr_* to avoid checkpatch warnings. Signed-off-by: Mohan Kumar --- drivers/pci/pci-acpi.c | 11 --- drivers/pci/quirks.c | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index e1949f7..3ada026 100