Skip to content

Commit 5dd82cd

Browse files
digetxjoergroedel
authored andcommitted
iommu/tegra: gart: Prepend error/debug messages with "gart:"
GART became a part of Memory Controller, hence now the drivers device is Memory Controller and not GART. As a result all printed messages are prepended with the "tegra-mc 7000f000.memory-controller:", so let's prepend GART's messages with "gart:" in order to differentiate them from the MC. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 167d67d commit 5dd82cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iommu/tegra-gart.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
2020
*/
2121

22+
#define dev_fmt(fmt) "gart: " fmt
23+
2224
#include <linux/io.h>
2325
#include <linux/iommu.h>
2426
#include <linux/list.h>

0 commit comments

Comments
 (0)