Commit 92e7066f authored by Joerg Roedel's avatar Joerg Roedel

iommu: Remove function name from pr_fmt()

Including the function name is only useful for debugging
messages. They don't belong into other messages from the
iommu core.
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent c65b99f0
......@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define pr_fmt(fmt) "%s: " fmt, __func__
#define pr_fmt(fmt) "iommu: " fmt
#include <linux/device.h>
#include <linux/kernel.h>
......
Markdown is supported
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