On Fri, Apr 13, 2012 at 12:18:30PM +0200, Hiroshi Doyu wrote:
> From: Hiroshi DOYU <[email protected]>
> 
> Print an attached device name correctly.
> 
> Signed-off-by: Hiroshi DOYU <[email protected]>
> ---
>  drivers/iommu/tegra-smmu.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
> index f4d859f..bf33c03 100644
> --- a/drivers/iommu/tegra-smmu.c
> +++ b/drivers/iommu/tegra-smmu.c
> @@ -734,7 +734,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:

Applied, thanks.

-- 
AMD Operating System Research Center

Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632

_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to