Loading msm/msm_smmu.c +2 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,8 @@ static int msm_smmu_probe(struct platform_device *pdev) dev_err(&pdev->dev, "iommu get domain for dev failed\n"); return -EINVAL; } client->secure = domain->secure; client->domain_attached = true; if (!client->dev->dma_parms) client->dev->dma_parms = devm_kzalloc(client->dev, Loading Loading
msm/msm_smmu.c +2 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,8 @@ static int msm_smmu_probe(struct platform_device *pdev) dev_err(&pdev->dev, "iommu get domain for dev failed\n"); return -EINVAL; } client->secure = domain->secure; client->domain_attached = true; if (!client->dev->dma_parms) client->dev->dma_parms = devm_kzalloc(client->dev, Loading