Re: [PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages

2020-05-13 Thread Joerg Roedel
On Thu, May 07, 2020 at 07:18:02PM +0300, Andy Shevchenko wrote: > Unify format of the printed messages, i.e. replace printk(LEVEL ... ) > with pr_level(...). > > Signed-off-by: Andy Shevchenko > --- > drivers/iommu/intel-iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)

Re: [PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages

2020-05-07 Thread Lu Baolu
On 5/8/20 12:18 AM, Andy Shevchenko wrote: Unify format of the printed messages, i.e. replace printk(LEVEL ... ) with pr_level(...). Thanks! Reviewed-by: Lu Baolu Signed-off-by: Andy Shevchenko --- drivers/iommu/intel-iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH v1 1/3] iommu/vt-d: Unify format of the printed messages

2020-05-07 Thread Andy Shevchenko
Unify format of the printed messages, i.e. replace printk(LEVEL ... ) with pr_level(...). Signed-off-by: Andy Shevchenko --- drivers/iommu/intel-iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index