Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>