lkml.org 
[lkml]   [2018]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v6 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"
    Date
    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>
    ---
    drivers/iommu/tegra-gart.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c
    index 99afdbf8860c..9d2df43ce50b 100644
    --- a/drivers/iommu/tegra-gart.c
    +++ b/drivers/iommu/tegra-gart.c
    @@ -19,6 +19,8 @@
    * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
    */

    +#define dev_fmt(fmt) "gart: " fmt
    +
    #include <linux/io.h>
    #include <linux/iommu.h>
    #include <linux/list.h>
    --
    2.19.1
    \
     
     \ /
      Last update: 2018-12-09 21:32    [W:4.049 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site