Loading drivers/gpu/host1x/dev.c +7 −5 Original line number Diff line number Diff line Loading @@ -227,11 +227,13 @@ static int host1x_probe(struct platform_device *pdev) return -ENOMEM; err = iommu_attach_device(host->domain, &pdev->dev); if (err) { if (err == -ENODEV) { iommu_domain_free(host->domain); host->domain = NULL; goto skip_iommu; } else if (err) { } goto fail_free_domain; } Loading Loading
drivers/gpu/host1x/dev.c +7 −5 Original line number Diff line number Diff line Loading @@ -227,11 +227,13 @@ static int host1x_probe(struct platform_device *pdev) return -ENOMEM; err = iommu_attach_device(host->domain, &pdev->dev); if (err) { if (err == -ENODEV) { iommu_domain_free(host->domain); host->domain = NULL; goto skip_iommu; } else if (err) { } goto fail_free_domain; } Loading