[PATCH] x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw printk()

2021-09-06 Thread zhaoxiao
Since we have the nice helpers pr_err() and pr_warn(), use them instead of raw printk(). Signed-off-by: zhaoxiao --- arch/x86/xen/platform-pci-unplug.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen

[PATCH] x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw printk()

2021-08-25 Thread zhaoxiao
Since we have the nice helpers pr_err() and pr_warn(), use them instead of raw printk(). Signed-off-by: zhaoxiao --- arch/x86/xen/platform-pci-unplug.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen