Re: [PATCH] drivers: pci: Define pr_fmt() and use pr_*() instead of printk()

2019-04-19 Thread Bjorn Helgaas
[+cc Frederick because I think he's also doing some printk changes. I don't think they will overlap, so it's just FYI] Hi Mohan, This subject line is better, but still doesn't match the convention. Here's what it would look like if I applied it: $ git log --oneline --no-merges drivers/pci/quir

[PATCH] drivers: pci: Define pr_fmt() and use pr_*() instead of printk()

2019-04-18 Thread Mohan Kumar
Define a pr_fmt() macro that convert all of the explicit printk() calls into corresponding pr_*(). Signed-off-by: Mohan Kumar --- drivers/pci/pci-stub.c | 11 +-- drivers/pci/quirks.c | 10 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/drivers/pci/pci-stub