Skip to content
Commit 1a21ee1a authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/amd: Fix line-break in error log reporting



With the switch to dev_err for reporting errors from the
iommu log there was an unwanted newline introduced. The
reason was that the reporting was done in multiple dev_err()
calls, and dev_err adds a newline after every call.

Fix it by printing the log messages with only one dev_err()
call.

Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 101fa037
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment