Re: [PATCH v6 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"

2018-12-12 Thread Thierry Reding
On Sun, Dec 09, 2018 at 11:29:47PM +0300, Dmitry Osipenko wrote: > 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

[PATCH v6 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"

2018-12-09 Thread Dmitry Osipenko
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.