Applied patches 1 and 2. Should I also queue up patch 3 after the
objections have been fixed? The patch doesn't touch drivers/iommu...


        Joerg

On Fri, Apr 13, 2012 at 03:08:07PM +0200, Thierry Reding wrote:
> From: Vandana Salve <vsa...@nvidia.com>
> 
> Pass the correct gart device pointer.
> 
> Reviewed-by: Vandana Salve <vsa...@nvidia.com>
> Tested-by: Vandana Salve <vsa...@nvidia.com>
> Reviewed-by: Hiroshi Doyu <hd...@nvidia.com>
> Reviewed-by: Bharat Nihalani <bnihal...@nvidia.com>
> Signed-off-by: Hiroshi DOYU <hd...@nvidia.com>
> ---
>  drivers/iommu/tegra-gart.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c
> index 779306e..f6bc1e6 100644
> --- a/drivers/iommu/tegra-gart.c
> +++ b/drivers/iommu/tegra-gart.c
> @@ -158,7 +158,7 @@ static int gart_iommu_attach_dev(struct iommu_domain 
> *domain,
>       struct gart_client *client, *c;
>       int err = 0;
>  
> -     gart = dev_get_drvdata(dev->parent);
> +     gart = gart_handle;
>       if (!gart)
>               return -EINVAL;
>       domain->priv = gart;
> -- 
> 1.7.10
> 

-- 
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
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to