Commit 90730917 authored by Hiroshi DOYU's avatar Hiroshi DOYU Committed by Joerg Roedel

iommu/tegra: smmu: Print device name correctly

Print an attached device name correctly.
Signed-off-by: default avatarHiroshi DOYU <hdoyu@nvidia.com>
Reviewed-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 00341028
......@@ -733,7 +733,7 @@ static int smmu_iommu_attach_dev(struct iommu_domain *domain,
pr_info("Reserve \"page zero\" for AVP vectors using a common dummy\n");
}
dev_dbg(smmu->dev, "%s is attached\n", dev_name(c->dev));
dev_dbg(smmu->dev, "%s is attached\n", dev_name(dev));
return 0;
err_client:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment