Skip to content

Commit

Permalink
iommu: Remove function name from pr_fmt()
Browse files Browse the repository at this point in the history
Including the function name is only useful for debugging
messages. They don't belong into other messages from the
iommu core.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Joerg Roedel committed Jun 5, 2015
1 parent c65b99f commit 92e7066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 92e7066

Please sign in to comment.