iommu/tegra: smmu: Print device name correctly
Print an attached device name correctly. Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
Родитель
0034102808
Коммит
907309176f
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче