Commit 555fb5ae authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Joerg Roedel
Browse files

iommu/amd: Unify format of the printed messages



Unify format of the printed messages, i.e. replace printk(LEVEL ... )
with pr_level(...).

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200507161804.13275-3-andriy.shevchenko@linux.intel.com


Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent ec9b40cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ extern bool amd_iommu_dump;
#define DUMP_printk(format, arg...)				\
	do {							\
		if (amd_iommu_dump)				\
			printk(KERN_INFO "AMD-Vi: " format, ## arg);	\
			pr_info("AMD-Vi: " format, ## arg);	\
	} while(0);

/* global flag if IOMMUs cache non-present entries */