[PATCH 0/3] Driver message cleanups

From: Joerg Roedel
Date: Wed Nov 28 2018 - 03:44:00 EST


Hi,

here are a couple of patches to clean up the message
printing in the AMD IOMMU driver a bit. The patches switch
the driver to use pr_fmt() instead of inconsistently open
coding the 'AMD-Vi' prefix in error messages. Furhter the
Event log messages are fixed and contain no newline anymore.
The addresses in the event log messages got rid of the
leading 0s to make the messages shorter.

Regards,

Joerg

Joerg Roedel (3):
iommu/amd: Use pr_fmt()
iommu/amd: Fix line-break in error log reporting
iommu/amd: Remove leading 0s in error log messages

drivers/iommu/amd_iommu.c | 62 ++++++++++++++++----------------
drivers/iommu/amd_iommu_init.c | 64 ++++++++++++++++++----------------
drivers/iommu/amd_iommu_v2.c | 2 ++
3 files changed, 66 insertions(+), 62 deletions(-)

--
2.17.1