Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c19e77 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: scm: Fix SCM device initialization"

parents 3872143d 551d5dd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -595,11 +595,11 @@ static int qcom_scm_probe(struct platform_device *pdev)
		return -ENODEV;
	}

	qcom_scm_dev = &pdev->dev;

#ifdef CONFIG_ARM64
	ret = dma_set_mask(&pdev->dev, DMA_BIT_MASK(64));
#endif
	if (!ret)
		qcom_scm_dev = &pdev->dev;

	return ret;
}