Re: [PATCH 1/2] iommu: dmar: replace printks with appropriate pr_*()

2012-06-04 Thread Don Dutile
On 06/04/2012 06:15 PM, Joe Perches wrote: On Mon, 2012-06-04 at 17:29 -0400, Donald Dutile wrote: Replace printk(KERN_* with pr_*() functions. Please add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt before any include and remove the embedded PREFIX from each printk diff --git a/drivers/iomm

Re: [PATCH 1/2] iommu: dmar: replace printks with appropriate pr_*()

2012-06-04 Thread Joe Perches
On Mon, 2012-06-04 at 17:29 -0400, Donald Dutile wrote: > Replace printk(KERN_* with pr_*() functions. Please add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt before any include and remove the embedded PREFIX from each printk > diff --git a/drivers/iommu/dmar.c b/drivers/iommu/dmar.c [] >

[PATCH 1/2] iommu: dmar: replace printks with appropriate pr_*()

2012-06-04 Thread Donald Dutile
Just some cleanup so next patch can keep the info printing the same way throughout the file. Replace printk(KERN_* with pr_*() functions. Signed-off-by: Donald Dutile --- drivers/iommu/dmar.c | 83 ++-- 1 file changed, 35 insertions(+), 48 deleti