]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
iommu/tegra: smmu: fix iommu message
authorJeetesh Burman <jburman@nvidia.com>
Tue, 24 Nov 2015 10:56:03 +0000 (16:26 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 18 Dec 2015 17:20:34 +0000 (09:20 -0800)
To fix below message:
"No iommus property found in DT node"

replacing dev_notice to dev_dbg.

Bug 200137948

Change-Id: I772f5e9750f50eeab812ed1e18a042fde7cfa02d
Signed-off-by: Jeetesh Burman <jburman@nvidia.com>
Reviewed-on: http://git-master/r/837095
(cherry picked from commit 5902084054c7e3347c11c5a9b5c1f3d1a903feac)
Reviewed-on: http://git-master/r/842903
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/iommu/of_tegra-smmu.c

index fc40e7e400ca2262a1cdf3bd9d9dcb992d4c16e8..e6490ca2ec39fcdb50810bea3a105529cd5fe376 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 2014-2015, NVIDIA CORPORATION.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -192,7 +192,7 @@ u64 tegra_smmu_of_get_swgids(struct device *dev,
                return swgids;
 
        if (swgids_is_error(swgids)) {
-               dev_notice(dev,
+               dev_dbg(dev,
                        "No iommus property found in DT node, got swgids from fixup(%llx)\n",
                        fixup);
                return fixup;