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
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
[]
>
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